Skip to content

Commit 3a6ccf7

Browse files
committed
fix(ci): skip tutorial build if code-server build failed
1 parent 9162cf5 commit 3a6ccf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker-tutorial.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
jobs:
1717
build-and-push:
1818
runs-on: ubuntu-latest
19+
if: ${{ github.event_name == 'push' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
1920
permissions:
2021
contents: read
2122
packages: write

0 commit comments

Comments
 (0)