Skip to content

Commit

Permalink
stop needless wasting of CI hours with on push triggers we don't need
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Feb 14, 2025
1 parent 16cb2be commit efee1a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ concurrency:
cancel-in-progress: true

on:
push:
branches: [main, devnet-ready, devnet, testnet, finney]

pull_request:

## Allow running workflow manually from the Actions tab
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e-bittensor-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ concurrency:
cancel-in-progress: true

on:
push:
branches: [main, devnet-ready, devnet, testnet, finney]

pull_request:

## Allow running workflow manually from the Actions tab
Expand Down

0 comments on commit efee1a0

Please sign in to comment.