We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6425bbd commit a80869aCopy full SHA for a80869a
.github/workflows/android.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Run tests
29
run: find . -type f -name '*.md' -exec awesome_bot {} \;
30
integration_tests:
31
- if: ${{ github.event.inputs.SNAPSHOT != 'true' }}
+ if: ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
32
runs-on: ubuntu-latest
33
steps:
34
- uses: actions/checkout@v2
@@ -75,6 +75,7 @@ jobs:
75
with:
76
action: build
77
test:
78
79
runs-on: macos-latest
80
strategy:
81
fail-fast: false
0 commit comments