This commit is contained in:
Ethan O'Brien 2022-09-14 17:37:24 -05:00 committed by GitHub
parent cc614963ad
commit 818dc4350c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@ jobs:
next-job: next-job:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# Wait from the paths-filter to be completed before starting next-job # Wait from the paths-filter to be completed before starting next-job
#needs: paths-filter needs: paths-filter
#if: needs.paths-filter.outputs.output1 == 'true' if: needs.paths-filter.outputs.output1 == 'true'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2