Skip to content

Commit ed4e4a2

Browse files
committed
add missing check-change need on CI
Signed-off-by: Sunyanan Choochotkaew <[email protected]>
1 parent 3361594 commit ed4e4a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
echo "change=true" >> "$GITHUB_OUTPUT"
154154
155155
tekton-test:
156-
needs: [check-secret, check-branch, base-image]
156+
needs: [check-secret, check-branch, check-change, base-image]
157157
if: always()
158158
uses: ./.github/workflows/tekton-test.yml
159159
with:
@@ -164,7 +164,7 @@ jobs:
164164
pipeline_name: std_v0.7
165165

166166
integration-test:
167-
needs: [check-secret, check-branch, base-image]
167+
needs: [check-secret, check-branch, check-change, base-image]
168168
if: always()
169169
uses: ./.github/workflows/integration-test.yml
170170
with:

0 commit comments

Comments
 (0)