|
|
@@ -27,7 +27,8 @@ jobs:
|
|
|
lint:
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
- if: startsWith(github.ref, 'refs/heads/support/prepare-v')
|
|
|
+ if: |
|
|
|
+ !startsWith(github.ref, 'refs/heads/support/prepare-v')
|
|
|
|
|
|
strategy:
|
|
|
matrix:
|
|
|
@@ -80,7 +81,9 @@ jobs:
|
|
|
test:
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
- if: startsWith(github.ref, 'refs/heads/support/prepare-v')
|
|
|
+ if: |
|
|
|
+ !startsWith(github.ref, 'refs/heads/support/prepare-v')
|
|
|
+
|
|
|
|
|
|
strategy:
|
|
|
matrix:
|
|
|
@@ -148,7 +151,9 @@ jobs:
|
|
|
launch-dev:
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
- if: startsWith(github.ref, 'refs/heads/support/prepare-v')
|
|
|
+ if: |
|
|
|
+ !startsWith(github.ref, 'refs/heads/support/prepare-v')
|
|
|
+
|
|
|
|
|
|
strategy:
|
|
|
matrix:
|