File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
test-nightly :
20
20
# We do not run the full test suite on tags, because we already ran it on master before we made the release.
21
21
# 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')
23
23
timeout-minutes : 150
24
24
runs-on : ${{ matrix.github-runner }}
25
25
strategy :
Original file line number Diff line number Diff line change 41
41
test :
42
42
# We do not run the full test suite on tags, because we already ran it on master before we made the release.
43
43
# 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')
45
45
timeout-minutes : 150
46
46
runs-on : ${{ matrix.github-runner }}
47
47
strategy :
You can’t perform that action at this time.
0 commit comments