Skip to content

Commit 2a237bc

Browse files
Update debricked.yml
1 parent 2d0492a commit 2a237bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/debricked.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ jobs:
3636

3737
# The base "debricked scan" does all this with sane default values.
3838
- name: Run Scan
39+
if: success() || failure()
3940
run: |
4041
debricked scan
4142
env:
4243
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}
4344

4445
- name: Run Scan staging
46+
if: success() || failure()
4547
run: |
4648
debricked scan
4749
env:

0 commit comments

Comments
 (0)