Skip to content

Commit

Permalink
Merge pull request #16643 from famod/ci-cancel-previous-forks
Browse files Browse the repository at this point in the history
CI: Bring back cancel-previous-runs, but only for forks
  • Loading branch information
gsmet authored Apr 20, 2021
2 parents e151b03 + d665f9c commit 9a0d0b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ jobs:
)"
steps:
- uses: actions/checkout@v2
- uses: n1hility/cancel-previous-runs@v2
# quarkus-bot will handle this much more efficiently, but it's not active in/for forks
if: github.repository != 'quarkusio/quarkus'
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Reclaim Disk Space
run: .github/ci-prerequisites.sh
- name: Set up JDK 11
Expand Down

0 comments on commit 9a0d0b0

Please sign in to comment.