We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3361594 commit ed4e4a2Copy full SHA for ed4e4a2
.github/workflows/push-pr.yml
@@ -153,7 +153,7 @@ jobs:
153
echo "change=true" >> "$GITHUB_OUTPUT"
154
155
tekton-test:
156
- needs: [check-secret, check-branch, base-image]
+ needs: [check-secret, check-branch, check-change, base-image]
157
if: always()
158
uses: ./.github/workflows/tekton-test.yml
159
with:
@@ -164,7 +164,7 @@ jobs:
164
pipeline_name: std_v0.7
165
166
integration-test:
167
168
169
uses: ./.github/workflows/integration-test.yml
170
0 commit comments