chore: add flaky retry in weekly CI #2536
continuous-integration.yaml
on: pull_request
matrix-preparation
Matrix: build-macos
Waiting for pending jobs
Matrix: build-linux
Waiting for pending jobs
Linux build status
Send Slack notification
Annotations
1 error
Invalid workflow file:
.github/workflows/continuous-integration.yaml#L1111
The workflow is not valid. .github/workflows/continuous-integration.yaml (Line: 1111, Col: 9): Unrecognized named-value: 'env'. Located at position 43 within expression: (success() || failure())
&& (
fromJSON(env.IS_WEEKLY)
|| fromJSON(env.IS_PUSH_TO_MAIN)
|| fromJSON(env.IS_PUSH_TO_RELEASE)
)
|