Skip to content

Commit b043064

Browse files
authored
Merge pull request #1002 from opentensor/fix-chainspec-update-again
Fix chainspec update again
2 parents 779f54a + 6170aef commit b043064

File tree

2 files changed

+50871
-50866
lines changed

2 files changed

+50871
-50866
lines changed

.github/workflows/update-chainspec.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
runs-on: SubtensorCI
2424
permissions:
2525
contents: write
26+
if: >
27+
github.event.pull_request.head.ref != 'devnet-ready' &&
28+
github.event.pull_request.head.ref != 'devnet' &&
29+
github.event.pull_request.head.ref != 'testnet' &&
30+
github.event.pull_request.head.ref != 'main'
2631
2732
strategy:
2833
matrix:

0 commit comments

Comments
 (0)