Skip to content

Commit 2f177a6

Browse files
author
Corneil du Plessis
committed
Remove scan dependency from ci-pr
1 parent c674eab commit 2f177a6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci-pr.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,3 @@ jobs:
144144
- name: 'Built'
145145
shell: bash
146146
run: echo "::info ::Built"
147-
done:
148-
runs-on: ubuntu-latest
149-
needs: [ scan, build ]
150-
steps:
151-
- name: 'Done'
152-
shell: bash
153-
run: echo "::info ::Done"

0 commit comments

Comments
 (0)