From 19bc9f597e29d9071956699aacaf4a65d85616f4 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 27 Nov 2021 00:31:57 -0600 Subject: Update test.yml --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit