Skip to content

Commit

Permalink
Fix workflow name in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrenault committed Jun 27, 2023
1 parent be8ca90 commit 976717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

workflow_run:
workflows: ["Run tests"]
workflows: ["Run tests and linting"]
branches: [main]
types:
- completed
Expand Down

0 comments on commit 976717a

Please sign in to comment.