Skip to content

Commit

Permalink
Merge pull request #165 from ing-bank/fix/master-flow
Browse files Browse the repository at this point in the history
fix master flow dependent job names
  • Loading branch information
kr7ysztof authored Sep 29, 2022
2 parents 38b8d0d + 3082dc0 commit f518316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

tag:
runs-on: ubuntu-latest
needs: [tests, it-tests]
needs: [m-tests, m-it-tests]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f518316

Please sign in to comment.