From 2a237bc3689a672784cab006ca9c9300658b10d2 Mon Sep 17 00:00:00 2001 From: AnExampleCompany <85928343+AnExampleCompany@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:27:01 +0200 Subject: [PATCH] Update debricked.yml --- .github/workflows/debricked.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/debricked.yml b/.github/workflows/debricked.yml index d82a086..e05c6d5 100644 --- a/.github/workflows/debricked.yml +++ b/.github/workflows/debricked.yml @@ -36,12 +36,14 @@ jobs: # The base "debricked scan" does all this with sane default values. - name: Run Scan + if: success() || failure() run: | debricked scan env: DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }} - name: Run Scan staging + if: success() || failure() run: | debricked scan env: