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 c2b9e05 commit 05d9663Copy full SHA for 05d9663
.github/workflows/circleci-redirector.yml
@@ -3,6 +3,7 @@ on: [status]
3
jobs:
4
circleci_artifacts_redirector_job:
5
runs-on: ubuntu-latest
6
+ if: "${{ github.event.context == 'ci/circleci: build_doc' }}"
7
name: Run CircleCI artifacts redirector
8
steps:
9
- name: GitHub Action step
0 commit comments