Skip to content

Commit

Permalink
Merge pull request #586 from opentensor/sam-always-run-e2e-tests
Browse files Browse the repository at this point in the history
always run e2e tests on all pull requests and on push for major branches
  • Loading branch information
sam0x17 authored Jul 8, 2024
2 parents 6b9801f + 44e26ff commit 2a48be8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/e2e-bittensor-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@ concurrency:
cancel-in-progress: true

on:
## Run automatically for all PRs against main, regardless of what the changes are
## to be safe and so we can more easily force re-run the CI when github is being
## weird by using a blank commit
push:
branches: [main, development, staging]
branches: [main, devnet-ready, devnet, testnet, finney]

##
# Run automatically for PRs against default/main branch if Rust files change
pull_request:
branches: [main, development, staging]

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

0 comments on commit 2a48be8

Please sign in to comment.