Skip to content

Commit

Permalink
feat: adds nightly to final job
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Jan 16, 2025
1 parent fdef9a0 commit 3310ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
earthly_token: ${{ secrets.earthly_token }}

final:
needs: [check, build, package, test, release]
needs: [check, build, package, test, nightly, release]
if: ${{ always() && (contains(needs.*.result, 'failure') || !failure() && !cancelled()) }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3310ad1

Please sign in to comment.