Skip to content

Commit

Permalink
fix(ci): Add a comment and jobs canceling
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jul 1, 2021
1 parent e007a37 commit dbfaa0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ jobs:
@semantic-release/git
semantic-release-license
env:
# Using PAT here, because published release should trigger a workflow
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
name: Homebrew Bump
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.0

- name: 🍺 Bump Homebrew Formula
uses: mislav/bump-homebrew-formula-action@v1.12
with:
Expand Down

0 comments on commit dbfaa0c

Please sign in to comment.