Skip to content

Commit

Permalink
Add concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Sep 6, 2024
1 parent edb2130 commit b35f497
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust-linting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Rust Linting

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Rust

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
Expand Down

0 comments on commit b35f497

Please sign in to comment.