Commit a4b3cb6
authored
BUG - Fix coverage workflow triggers (#1996)
When trying to cut the release candidate for the theme, the
`check_coverage` workflow failed; however, this is not meant to run on
`release` type events.
This PR fixes the syntax so that `releases, schedules, and
workflow_call` type events are properly skipped.
Ref:
https://github.com/pydata/pydata-sphinx-theme/actions/runs/11104806255/job/308501771211 parent 126dd33 commit a4b3cb6
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
0 commit comments