Skip to content

Commit

Permalink
Merge pull request #432 from equinor/fix/incorrect-job-reference
Browse files Browse the repository at this point in the history
🐛 corrected job reference
  • Loading branch information
Brynjulf authored Feb 13, 2024
2 parents 7b7a5ec + d5cc91d commit 97da2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_files/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: ./.github/workflows/release.yaml
notify_production:
name: Notify on slack
needs: [release]
needs: [release_production]
uses: ./.github/workflows/notify.yaml
with:
environment-name: production
Expand Down

0 comments on commit 97da2f4

Please sign in to comment.