Skip to content

Commit cc95c46

Browse files
authored
Fix syntax
1 parent 80a2742 commit cc95c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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') || (if: 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:

0 commit comments

Comments
 (0)