Skip to content

Commit 320cabb

Browse files
authored
Fix conditional for Ubuntu job execution
1 parent 195b13a commit 320cabb

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
@@ -72,5 +72,5 @@ jobs:
7272
gh-pages-branch: 'gh-pages'
7373
auto-push: true
7474
# ONLY RUNS ON UBUNTU: Prevents redundant pushes from the Windows job
75-
if: success() && matrix.os == 'ubuntu-latest'
75+
if: success() && matrix.os == 'ubuntu-latest'
7676

0 commit comments

Comments
 (0)