Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Dec 22, 2023
1 parent c866fb0 commit 299e4f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
release:
name: "Create release"
needs: [codeql]
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
Expand Down Expand Up @@ -56,7 +55,6 @@ jobs:

docker:
name: "Build Docker image"
needs: [codeql]
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
Expand Down

0 comments on commit 299e4f4

Please sign in to comment.