Skip to content

Commit

Permalink
Merge branch 'master' into fix-packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Sep 4, 2024
2 parents 1497e74 + e266e3a commit d3d53c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
with:
concurrent_skipping: "same_content"
concurrent_skipping: "same_content_newer"
skip_after_successful_duplicate: "true"
do_not_skip: '["pull_request", "workflow_dispatch", "schedule", "release"]'
do_not_skip: '["workflow_dispatch", "schedule", "release"]'

# see: https://github.com/actions/setup-python
tests:
Expand Down

0 comments on commit d3d53c0

Please sign in to comment.