Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Commit

Permalink
ci: Run changelog only and when test has success
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Souza committed May 11, 2020
1 parent c19122f commit d04fba6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/changelog.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ jobs:

- name: Build
run: yarn build

changelog:
needs: [test]
name: Chanegelog Generator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: etcdigital/pull-request-changelog@1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d04fba6

Please sign in to comment.