Skip to content

Commit

Permalink
kernelCTF: GHA: auto releaser fix no new releases case
Browse files Browse the repository at this point in the history
  • Loading branch information
koczkatamas committed Oct 20, 2023
1 parent 5456e8a commit 54c2628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kernelctf-auto-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

build_release:
needs: get_new_builds
if: needs.get_new_builds.outputs.releases[0] != null
strategy:
matrix:
release: ${{ fromJSON(needs.get_new_builds.outputs.releases) }}
Expand Down

0 comments on commit 54c2628

Please sign in to comment.