Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
cancel build only on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Mar 31, 2020
1 parent 7819330 commit ea36ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: n1hility/cancel-previous-runs@v2
if: github.event_name == 'pull_request'
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 11
Expand Down

0 comments on commit ea36ec9

Please sign in to comment.