We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
health-check
1 parent cc26a02 commit 2a00215Copy full SHA for 2a00215
.github/workflows/health-check.yaml
@@ -19,7 +19,9 @@ jobs:
19
20
load-env:
21
needs: label-check
22
- if: ${{ needs.label-check.outputs.result == 'true' }}
+ if: ${{ needs.label-check.outputs.result == 'true' ||
23
+ github.event_name == 'schedule' ||
24
+ github.event_name == 'workflow_dispatch' }}
25
uses: ./.github/workflows/load-env.yaml
26
27
docker-build:
0 commit comments