diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-11-27 00:31:57 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 00:31:57 -0600 |
commit | 19bc9f597e29d9071956699aacaf4a65d85616f4 (patch) | |
tree | 0f55431b49e81f0e20863a67f0e9092a01c2d8a5 | |
parent | a01c381ad7b7c72156035d8274fcd6bd118e4625 (diff) | |
download | skyblock-api-19bc9f597e29d9071956699aacaf4a65d85616f4.tar.gz skyblock-api-19bc9f597e29d9071956699aacaf4a65d85616f4.tar.bz2 skyblock-api-19bc9f597e29d9071956699aacaf4a65d85616f4.zip |
Update test.yml
-rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f73921..0a07110 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,7 @@ jobs: runs-on: ubuntu-latest name: Compile Typescript if: github.ref == 'refs/heads/main' + needs: [ test ] steps: - name: Checkout uses: actions/checkout@v2 @@ -36,7 +37,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} automerge: - needs: [ test ] + needs: [ build ] runs-on: ubuntu-latest steps: - uses: fastify/github-action-merge-dependabot@v2.1.1 |