Skip to content

Commit afb8213

Browse files
committed
Only run deploy after successful lint
1 parent 437bfff commit afb8213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1415
steps:
1516
- name: Check out repository code
1617
uses: actions/checkout@v4

0 commit comments

Comments
 (0)