Skip to content

Commit 3d9ede4

Browse files
author
Alex Evanczuk
committed
Conditionalize CD based on success of CI
1 parent b4cac12 commit 3d9ede4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11-
11+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1212
steps:
1313
- uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
1414
- name: Tag and Push Gem

0 commit comments

Comments
 (0)