Skip to content

Commit

Permalink
Changing concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed Sep 17, 2024
1 parent c737f06 commit 542d055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/numpy_1_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '0 6 * * *' # Runs daily at 6 AM UTC (1 AM Toronto in winter, 2 AM in summer)

concurrency:
group: unit-tests-${{ github.ref }}
group: numpy-1-unit-tests-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 542d055

Please sign in to comment.