We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f5467 commit f727158Copy full SHA for f727158
1 file changed
.github/workflows/build-nabla.yml
@@ -228,6 +228,7 @@ jobs:
228
229
- name: API / Examples / Check Run (Create)
230
id: check-run-create
231
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
232
uses: actions/github-script@v6
233
with:
234
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -270,6 +271,7 @@ jobs:
270
271
"completed_at=$completedAt" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
272
273
- name: API / Examples / Check Run (Update)
274
275
276
277
0 commit comments