Skip to content

Commit

Permalink
[WIP] Limit concurrency of GH Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Dec 31, 2023
1 parent 5ad370c commit 2d41091
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
on:
- push

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

env:
NIGHTLY_TOOLCHAIN: nightly-2023-12-30

Expand Down

0 comments on commit 2d41091

Please sign in to comment.