Skip to content

Commit

Permalink
trigger after normal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam D committed Jun 7, 2021
1 parent 06fce38 commit 6d6425f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

auto-gen-release:
needs:
- lint
- test
- docs
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.EMMET_SEMVER_BUMP_TOKEN }}
Expand Down

0 comments on commit 6d6425f

Please sign in to comment.