Skip to content

Commit 2067d40

Browse files
committed
CI: reducing noise with conditional
1 parent 04f7dae commit 2067d40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/circleci-artifacts-redirector.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Run CircleCI asrtifacts redirector for rendered HTML
1+
name: Run CircleCI artifacts redirector for rendered HTML
22
on: [status]
33

44
jobs:
55
circleci_artifacts_redirector_job:
66
runs-on: ubuntu-latest
7+
if: "${{ github.event.context == 'ci/circleci: build_doc' }}"
78
permissions:
89
statuses: write
910
name: Run CircleCI artifacts redirector

0 commit comments

Comments
 (0)