Skip to content

Commit ccf6b68

Browse files
authored
Merge pull request #1216 from opentensor/sam-fix-ci-triggers
fix some CI actions not triggering on new pull request, label triggers
2 parents 28321a1 + 5bc7f9c commit ccf6b68

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/check-devnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Devnet Deploy Check
33
on:
44
pull_request:
55
branches: [devnet, devnet-ready]
6-
types: [labeled, unlabeled, synchronize]
6+
types: [labeled, unlabeled, synchronize, opened]
77

88
env:
99
CARGO_TERM_COLOR: always

.github/workflows/check-finney.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Finney Deploy Check
33
on:
44
pull_request:
55
branches: [finney, main]
6-
types: [labeled, unlabeled, synchronize]
6+
types: [labeled, unlabeled, synchronize, opened]
77

88
env:
99
CARGO_TERM_COLOR: always

.github/workflows/check-testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Testnet Deploy Check
33
on:
44
pull_request:
55
branches: [testnet, testnet-ready]
6-
types: [labeled, unlabeled, synchronize]
6+
types: [labeled, unlabeled, synchronize, opened]
77

88
env:
99
CARGO_TERM_COLOR: always

.github/workflows/label-triggers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
pull_request:
44
types:
55
- labeled
6+
- unlabeled
7+
- synchronize
8+
- opened
69

710
permissions:
811
issues: write

0 commit comments

Comments
 (0)