Skip to content

Commit

Permalink
fix: Try an if
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <code@ihavea.quest>
  • Loading branch information
txtsd committed Aug 8, 2023
1 parent 7237bc5 commit d267f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
needs: release_check
runs-on: ubuntu-latest
container: archlinux:base-devel
if: ${{ needs.release_check.outputs.list }}
strategy:
matrix:
package: ${{ fromJson(needs.release_check.outputs.list) }}
Expand Down

0 comments on commit d267f95

Please sign in to comment.