Skip to content

Commit 92a1399

Browse files
committed
try to fix canary issues
1 parent de42174 commit 92a1399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish-canary:
1010
name: Publish Canary
1111
runs-on: ubuntu-latest
12-
if: contains(github.actor, 'dependabot') == false && github.repository == 'dotansimha/graphql-code-generator'
12+
if: github.event.pull_request.head.repo.full_name == github.repository
1313
steps:
1414
- name: Checkout Master
1515
uses: actions/checkout@v1

0 commit comments

Comments
 (0)