diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-09-09 19:05:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 19:05:29 -0500 |
commit | 56a41746410074d7c13c69036afb2fc25a1f694f (patch) | |
tree | 5202fe81fa7f60e00fdf1a78f5abf9a825079ac4 /.github | |
parent | 1c35c70a6e1f08df7cc758ed697e58f01035821a (diff) | |
download | skyblock-api-56a41746410074d7c13c69036afb2fc25a1f694f.tar.gz skyblock-api-56a41746410074d7c13c69036afb2fc25a1f694f.tar.bz2 skyblock-api-56a41746410074d7c13c69036afb2fc25a1f694f.zip |
Update test.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 214ddf3..7f73921 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} automerge: - needs: [ build, test ] + needs: [ test ] runs-on: ubuntu-latest steps: - uses: fastify/github-action-merge-dependabot@v2.1.1 |