Skip to content

Commit 7caec36

Browse files
committed
CI: trying conditional status
1 parent f59df5e commit 7caec36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/circleci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CircleCI artifacts redirector
2-
on: [status]
3-
2+
on:
3+
status:
4+
if: github.event.description == 'Your tests passed on CircleCI!'
45
jobs:
56
circleci_artifacts_redirector_job:
67
if: github.event.description == 'Your tests passed on CircleCI!'

0 commit comments

Comments
 (0)