Skip to content

Commit

Permalink
Job Chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-kiefer committed Oct 5, 2023
1 parent fcbfcfb commit dff3307
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ permissions:
jobs:
branch_meta:
runs-on: ubuntu-latest
needs:
- codeql_analyze
- nest_lint
- nest_test_and_sonarcloud
outputs:
branch: ${{ steps.extract_branch_meta.outputs.branch }}
sha: ${{ steps.extract_branch_meta.outputs.sha }}
Expand Down

0 comments on commit dff3307

Please sign in to comment.