Use a different YAML syntax

Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
This commit is contained in:
Dilum Aluthge
2024-09-19 16:26:21 -04:00
committed by GitHub
parent ee72db4df9
commit cc75a38c8b

View File

@@ -17,13 +17,12 @@ jobs:
if: always() # this line is important to keep the `finalize` job from being marked as skipped; do not change or delete this line
runs-on: ubuntu-latest
timeout-minutes: 10
needs: [
checked-in-files,
build,
npm-run-test,
make-targets,
stalecheck-npm-install,
]
needs:
- checked-in-files
- build
- npm-run-test
- make-targets
- stalecheck-npm-install
steps:
- run: |
echo checked-in-files: ${{ needs.checked-in-files.result }}