Fix workflows! (#198)

* chore: fix changeset workflow

* fix: changeset action

* fix: pre_job => skip_test

* chore: add empty changeset
This commit is contained in:
Nate Moore 2021-05-11 18:32:11 -05:00 committed by GitHub
parent 7184149514
commit e77c8fff77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
---
---

View file

@ -23,4 +23,4 @@ jobs:
env:
CI: true
- run: changeset status --sinceMaster
- run: yarn changeset status --since=main

View file

@ -25,7 +25,7 @@ jobs:
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
test:
needs: skip_test # allow skip_test to cancel this job if its not needed
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
if: ${{ needs.skip_test.outputs.should_skip != 'true' }}
runs-on: ${{ matrix.os }}
strategy:
matrix: