We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fbbcc commit c38a55bCopy full SHA for c38a55b
.github/workflows/scan.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: DEBUG
52
# if: github.event_name == 'schedule'
53
- if: steps.scan.outcome == 'failure'
+ if: failure() && steps.scan.outcome == 'failure'
54
id: debug
55
run: |
56
echo "OUTCOME: ${{ steps.scan.outcome }}"
0 commit comments