Skip to content

Commit

Permalink
test(ci): Make summary job depend on changes in cypress workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Nov 9, 2023
1 parent 05b7704 commit 34930e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
permissions:
contents: none
runs-on: ubuntu-latest
needs: [init, cypress]
needs: [changes, init, cypress]

if: always()

Expand Down

0 comments on commit 34930e0

Please sign in to comment.