We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ddcf2 commit de9d3f0Copy full SHA for de9d3f0
.github/workflows/shadow-scans.yml
@@ -72,7 +72,7 @@ jobs:
72
runs-on: github-ubuntu-latest-s
73
name: Run IRIS Analysis
74
needs: scan
75
- if: !cancelled()
+ if: ${{ !cancelled() }}
76
steps:
77
- name: Run IRIS Analysis
78
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
0 commit comments