mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Attempt to fix CI skipping (#165)
This commit is contained in:
parent
2ac06010a4
commit
52b592a04e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
|||
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
|
||||
test:
|
||||
needs: skip_test # allow skip_test to cancel this job if it’s not needed
|
||||
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue