Skip to content

Commit

Permalink
Merge branch 'master' into kuper/fix_dynamic_lib_link
Browse files Browse the repository at this point in the history
  • Loading branch information
kuperxu authored Sep 18, 2024
2 parents b46a098 + 6c6d621 commit be2b789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

# One active job per PR, cancel older ones on push
concurrency:
group: ${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

# NOTE: because matrix cannot easily be shared across jobs, it should be copied to each job
Expand Down

0 comments on commit be2b789

Please sign in to comment.