Skip to content

Commit ccaa561

Browse files
committed
don't run try-runtime devnet or testnet on hotfix PRs
1 parent 9becc64 commit ccaa561

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/try-runtime.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
jobs:
1010
check-devnet:
1111
name: check devnet
12+
if: github.base_ref != 'main'
1213
runs-on: SubtensorCI
1314
steps:
1415
- name: Checkout sources
@@ -29,7 +30,7 @@ jobs:
2930

3031
check-testnet:
3132
name: check testnet
32-
# if: github.base_ref == 'testnet' || github.base_ref == 'devnet' || github.base_ref == 'main'
33+
if: github.base_ref != 'main'
3334
runs-on: SubtensorCI
3435
steps:
3536
- name: Checkout sources

0 commit comments

Comments
 (0)