Skip to content

Commit 35a87a6

Browse files
committed
tweak
1 parent fbe1cbb commit 35a87a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/try-runtime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
check-testnet:
2626
name: check testnet
27-
if: contains(github.base_ref, 'testnet') || contains(github.base_ref, 'devnet') || contains(github.base_ref, 'main')
27+
if: github.base_ref == 'testnet' || github.base_ref == 'devnet' || github.base_ref == 'main'
2828
runs-on: SubtensorCI
2929
steps:
3030
- name: Checkout sources
@@ -40,7 +40,7 @@ jobs:
4040

4141
check-finney:
4242
name: check finney
43-
if: contains(github.base_ref, 'testnet') || contains(github.base_ref, 'devnet') || contains(github.base_ref, 'main')
43+
if: github.base_ref == 'testnet' || github.base_ref == 'devnet' || github.base_ref == 'main'
4444
runs-on: SubtensorCI
4545
steps:
4646
- name: Checkout sources

0 commit comments

Comments
 (0)