Skip to content

Commit f6efd11

Browse files
authored
run upstream dev ci only in main repo (#169)
1 parent b58c32e commit f6efd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
issues: write
2626
if: |
27-
always()
27+
github.repository == 'mpytools/mplotutils'
2828
&& (
2929
github.event_name == 'schedule'
3030
|| contains( github.event.pull_request.labels.*.name, 'run-upstream')

0 commit comments

Comments
 (0)