Skip to content

Commit

Permalink
ci(test): update concurrent_skipping strategy for `skip-duplicate-a…
Browse files Browse the repository at this point in the history
…ctions`
  • Loading branch information
rami3l committed Feb 5, 2025
1 parent 209bec2 commit 7c33bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5.3.1
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: same_content
concurrent_skipping: same_content_newer
do_not_skip: '["pull_request"]'

lint:
Expand Down

0 comments on commit 7c33bd8

Please sign in to comment.