Skip to content

Commit

Permalink
chore(deps): update fkirc/skip-duplicate-actions digest to c925fb1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2023
1 parent 0b7adde commit 82edde9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- id: skip_check
uses: fkirc/skip-duplicate-actions@fc7bbd5283bce15e0594f80a57e0d4ca070b4b4b
uses: fkirc/skip-duplicate-actions@c925fb183c1a0d7208640cd79f149e523278ac9c
with:
skip_after_successful_duplicate: 'true'
do_not_skip: '["workflow_dispatch", "schedule"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- id: skip_check
uses: fkirc/skip-duplicate-actions@fc7bbd5283bce15e0594f80a57e0d4ca070b4b4b
uses: fkirc/skip-duplicate-actions@c925fb183c1a0d7208640cd79f149e523278ac9c
with:
skip_after_successful_duplicate: 'true'
do_not_skip: '["workflow_dispatch", "schedule"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- id: skip_check
uses: fkirc/skip-duplicate-actions@fc7bbd5283bce15e0594f80a57e0d4ca070b4b4b
uses: fkirc/skip-duplicate-actions@c925fb183c1a0d7208640cd79f149e523278ac9c
with:
skip_after_successful_duplicate: 'true'
do_not_skip: '["workflow_dispatch", "schedule"]'
Expand Down

0 comments on commit 82edde9

Please sign in to comment.