Skip to content

Commit de9d3f0

Browse files
committed
Fix if statement
1 parent 84ddcf2 commit de9d3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shadow-scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: github-ubuntu-latest-s
7373
name: Run IRIS Analysis
7474
needs: scan
75-
if: !cancelled()
75+
if: ${{ !cancelled() }}
7676
steps:
7777
- name: Run IRIS Analysis
7878
uses: SonarSource/unified-dogfooding-actions/run-iris@v1

0 commit comments

Comments
 (0)