Skip to content

Commit b6dbd1e

Browse files
authored
Merge pull request #37 from dash14/fix/image-scan-checkout-on-schedule
Fix image-scan workflow failing on schedule trigger
2 parents 3f01ae3 + cd2ca97 commit b6dbd1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/image-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
if: github.event_name == 'workflow_dispatch'
2019
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2120
with:
2221
persist-credentials: false

0 commit comments

Comments
 (0)