We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0614ce4 commit 56b8223Copy full SHA for 56b8223
.github/workflows/container.yml
@@ -31,7 +31,7 @@ jobs:
31
contents: read
32
steps:
33
- id: skip-check
34
- uses: fkirc/skip-duplicate-actions@v5
+ uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5.3.1
35
with:
36
do_not_skip: '["schedule", "workflow_dispatch"]'
37
paths: |-
.github/workflows/go-lint.yml
@@ -32,7 +32,7 @@ jobs:
do_not_skip: '["push", "schedule", "workflow_dispatch"]'
38
0 commit comments