We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a317f commit e672ef3Copy full SHA for e672ef3
.github/workflows/preview.yml
@@ -1,6 +1,7 @@
1
on: [status]
2
jobs:
3
circleci_artifacts_redirector_job:
4
+ if: ${{ github.repository_owner == 'data-apis' }}
5
runs-on: ubuntu-latest
6
name: Run CircleCI artifacts redirector
7
steps:
@@ -14,4 +15,4 @@ jobs:
14
15
job-title: Check the rendered docs here!
16
- name: Array API preview
17
run: |
- curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
18
+ curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
0 commit comments