Skip to content

Commit a80869a

Browse files
authored
skip unit and fsc tests for snapshot and publish (#441)
1 parent 6425bbd commit a80869a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run tests
2929
run: find . -type f -name '*.md' -exec awesome_bot {} \;
3030
integration_tests:
31-
if: ${{ github.event.inputs.SNAPSHOT != 'true' }}
31+
if: ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v2
@@ -75,6 +75,7 @@ jobs:
7575
with:
7676
action: build
7777
test:
78+
if: ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
7879
runs-on: macos-latest
7980
strategy:
8081
fail-fast: false

0 commit comments

Comments
 (0)