File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 test-nightly :
2020 # We do not run the full test suite on tags, because we already ran it on master before we made the release.
2121 # We do build the docs on tags.
22- if : (github.event_name != 'push') || (github.ref_type = = 'tag')
22+ if : (github.event_name != 'push') || (github.ref_type ! = 'tag')
2323 timeout-minutes : 150
2424 runs-on : ${{ matrix.github-runner }}
2525 strategy :
Original file line number Diff line number Diff line change 4141 test :
4242 # We do not run the full test suite on tags, because we already ran it on master before we made the release.
4343 # We do build the docs on tags.
44- if : (github.event_name != 'push') || (github.ref_type = = 'tag')
44+ if : (github.event_name != 'push') || (github.ref_type ! = 'tag')
4545 timeout-minutes : 150
4646 runs-on : ${{ matrix.github-runner }}
4747 strategy :
You can’t perform that action at this time.
0 commit comments