Skip to content

Commit fdbfd23

Browse files
committedMay 6, 2024
Start by scanning newest releases
1 parent 0a9261b commit fdbfd23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/scan.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Scan all images
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '30 22 * * *' # UTC
5+
- cron: '12 21 * * *' # UTC
66

77
jobs:
88
scan_release_images:
@@ -12,7 +12,7 @@ jobs:
1212
max-parallel: 2
1313
fail-fast: false
1414
matrix:
15-
release: ['23.4.0', '23.4.1', '23.7.0', '23.11.0', '24.3.0', '0.0.0-dev']
15+
release: ['0.0.0-dev', '24.3.0', '23.11.0', '23.7.0', '23.4.1', '23.4.0']
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)
Please sign in to comment.