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 fe5c455 commit 4696f68Copy full SHA for 4696f68
.github/workflows/custard-run-dev.yaml
@@ -54,6 +54,7 @@ jobs:
54
create-check-if: ${{ !!github.event.workflow_run }}
55
56
test:
57
+ if: needs.affected.outputs.paths
58
needs: affected
59
runs-on: ubuntu-latest
60
timeout-minutes: 120 # 2 hours hard limit
@@ -62,7 +63,7 @@ jobs:
62
63
strategy:
64
fail-fast: false
65
matrix:
- path: ${{ fromJson(needs.affected.outputs.paths) }}
66
+ path: ${{ needs.affected.outputs.paths }}
67
continue-on-error: true
68
env:
69
GOOGLE_SAMPLES_PROJECT: long-door-651
.github/workflows/custard-run.yaml
@@ -93,6 +93,7 @@ jobs:
93
status: failure
94
95
96
97
98
99
0 commit comments