From 2f177a621e65d3ee44e0f735839b78ad1ca326d2 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 3 Apr 2024 13:51:46 +0200 Subject: [PATCH] Remove scan dependency from ci-pr --- .github/workflows/ci-pr.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index eac30dae..400fdbce 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -144,10 +144,3 @@ jobs: - name: 'Built' shell: bash run: echo "::info ::Built" - done: - runs-on: ubuntu-latest - needs: [ scan, build ] - steps: - - name: 'Done' - shell: bash - run: echo "::info ::Done"