We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de42174 commit 92a1399Copy full SHA for 92a1399
.github/workflows/canary.yml
@@ -9,7 +9,7 @@ jobs:
9
publish-canary:
10
name: Publish Canary
11
runs-on: ubuntu-latest
12
- if: contains(github.actor, 'dependabot') == false && github.repository == 'dotansimha/graphql-code-generator'
+ if: github.event.pull_request.head.repo.full_name == github.repository
13
steps:
14
- name: Checkout Master
15
uses: actions/checkout@v1
0 commit comments