Skip to content

Commit f4108ca

Browse files
committed
Restore conditional checkout in image scan workflow
1 parent dc0dd3b commit f4108ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/image-scan.yml

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

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

0 commit comments

Comments
 (0)