Skip to content

Commit

Permalink
fix: concurrency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
orriin committed May 17, 2024
1 parent 9c77315 commit b39cb34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check Rust

concurrency:
group: ci-${{ github.ref }}
group: check-rust-${{ github.ref }}
cancel-in-progress: true

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-bittensor-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: E2E Bittensor Tests

concurrency:
group: ci-${{ github.ref }}
group: e2e-bittensor-${{ github.ref }}
cancel-in-progress: true

on:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup bittensor repo
working-directory: ${{ github.workspace }}/bittensor
run: |
git checkout staging
git checkout tests/e2e-tests-staging
python3 -m pip install -e .
- name: Run tests
Expand Down

0 comments on commit b39cb34

Please sign in to comment.