Skip to content

Commit d8674bc

Browse files
committed
fix cd pipeline
1 parent 211de4b commit d8674bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99

1010
jobs:
1111
build-docker-images:
12-
#if: >
13-
# github.event.workflow_run.conclusion == 'success' &&
14-
#github.event.workflow_run.head_branch == 'main'
12+
if: >
13+
github.event.workflow_run.conclusion == 'success' &&
14+
github.event.workflow_run.head_branch == 'main'
1515
runs-on: ubuntu-latest
1616

1717
steps:

0 commit comments

Comments
 (0)