Skip to content

Commit 299e4f4

Browse files
Fix release workflow
1 parent c866fb0 commit 299e4f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
release:
99
name: "Create release"
10-
needs: [codeql]
1110
runs-on: ubuntu-latest
1211
steps:
1312
- name: "Checkout repository"
@@ -56,7 +55,6 @@ jobs:
5655

5756
docker:
5857
name: "Build Docker image"
59-
needs: [codeql]
6058
runs-on: ubuntu-latest
6159
steps:
6260
- name: "Checkout repository"

0 commit comments

Comments
 (0)