We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58c32e commit a5f9359Copy full SHA for a5f9359
1 file changed
.github/workflows/upstream-dev-ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
permissions:
25
issues: write
26
if: |
27
- always()
+ github.repository == 'mpytools/mplotutils'
28
&& (
29
github.event_name == 'schedule'
30
|| contains( github.event.pull_request.labels.*.name, 'run-upstream')
0 commit comments