mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-19 22:46:55 +08:00
Use a different YAML syntax
Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
This commit is contained in:
13
.github/workflows/pr_checks.yml
vendored
13
.github/workflows/pr_checks.yml
vendored
@@ -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
|
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
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
needs: [
|
needs:
|
||||||
checked-in-files,
|
- checked-in-files
|
||||||
build,
|
- build
|
||||||
npm-run-test,
|
- npm-run-test
|
||||||
make-targets,
|
- make-targets
|
||||||
stalecheck-npm-install,
|
- stalecheck-npm-install
|
||||||
]
|
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
echo checked-in-files: ${{ needs.checked-in-files.result }}
|
echo checked-in-files: ${{ needs.checked-in-files.result }}
|
||||||
|
|||||||
Reference in New Issue
Block a user