Skip to content

Commit

Permalink
Merge pull request opentensor#538 from opentensor/sam-fix-check-labels
Browse files Browse the repository at this point in the history
only apply devnet-pass/testnet-pass label check to PRs on main
  • Loading branch information
sam0x17 authored Jun 18, 2024
2 parents b4ca34b + 65423b4 commit e8eae82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devnet-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Tested on Devnet
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
branches: [main]
jobs:
check-labels:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testnet-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Tested on Testnet
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
branches: [main]
jobs:
check-labels:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e8eae82

Please sign in to comment.