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 80a2742 commit cc95c46Copy full SHA for cc95c46
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
test:
42
# We do not run the full test suite on tags, because we already ran it on master before we made the release.
43
# We do build the docs on tags.
44
- if: (github.event_name != 'push') || (if: github.ref_type == 'tag')
+ if: (github.event_name != 'push') || (github.ref_type == 'tag')
45
timeout-minutes: 150
46
runs-on: ${{ matrix.github-runner }}
47
strategy:
0 commit comments