Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5e2d06

Browse files
authored
Fix syntax in diff-shades conditional for compare job (psf#4868)
1 parent a180c83 commit f5e2d06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/diff_shades.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
compare:
164164
name: compare / ${{ matrix.mode }}
165165
needs: ["configure", "analysis-base", "analysis-target"]
166-
if: !cancelled()
166+
if: ${{ !cancelled() }}
167167
runs-on: ubuntu-latest
168168
strategy:
169169
fail-fast: false

0 commit comments

Comments
 (0)