Fix publish-results trigger #520
Triggered via pull request
December 25, 2023 11:56
Status
Startup failure
Total duration
–
Artifacts
–
main.yml
on: pull_request
gh_build_image
codestyle_all_without_ruff
🐲 mypy
Matrix: run_tests_base
Waiting for pending jobs
Matrix: run_tests_ext_public
Waiting for pending jobs
Matrix: run_tests_fat
Waiting for pending jobs
publish-result
Annotations
1 error
Invalid workflow file:
.github/workflows/main.yml#L308
The workflow is not valid. .github/workflows/main.yml (Line: 308, Col: 9): Unexpected symbol: '['. Located at position 22 within expression: always() &&
contains(["success", "failure", "skipped"], needs.run_tests_base.result) &&
contains(["success", "failure", "skipped"], needs.run_tests_fat.result) &&
contains(["success", "failure", "skipped"], needs.run_tests_ext_public.result)
|