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 4696f68 commit 67930c2Copy full SHA for 67930c2
.github/workflows/custard-run-dev.yaml
@@ -54,7 +54,7 @@ jobs:
54
create-check-if: ${{ !!github.event.workflow_run }}
55
56
test:
57
- if: needs.affected.outputs.paths
+ if: needs.affected.outputs.paths != '[]'
58
needs: affected
59
runs-on: ubuntu-latest
60
timeout-minutes: 120 # 2 hours hard limit
.github/workflows/custard-run.yaml
@@ -93,7 +93,7 @@ jobs:
93
status: failure
94
95
96
97
98
99
0 commit comments