Skip to content

Commit a6175b4

Browse files
committed
attempt to fix ci manual trigger for full e2es
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
1 parent 04e081e commit a6175b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
e2e-tests:
248248
runs-on: ubuntu-latest
249249
needs: [lint-and-test, check-code-changes, check-full-tests]
250-
if: always() && (needs.check-full-tests.outputs.run_full == 'true' || (needs.check-code-changes.result == 'success' && needs.check-code-changes.outputs.has_code_changes == 'true'))
250+
if: needs.check-full-tests.outputs.run_full == 'true' || (always() && needs.check-code-changes.result == 'success' && needs.check-code-changes.outputs.has_code_changes == 'true')
251251
timeout-minutes: 60
252252
permissions:
253253
contents: read

0 commit comments

Comments
 (0)