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"