Skip to content

Commit

Permalink
ci: Prevent Upload Reports job from running on release branches
Browse files Browse the repository at this point in the history
This won't work, since the workflows on the backbranches are structured differently
and thus the job can't find the loadtest.md file anywhere.
  • Loading branch information
wolfgangwalther committed Feb 24, 2024
1 parent 873ac62 commit e5aee49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
workflows:
- CI
- Test
branches-ignore:
- v[0-9]+
types:
- completed

Expand Down

0 comments on commit e5aee49

Please sign in to comment.