Skip to content

Commit

Permalink
ci: cancel previous workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Mar 2, 2023
1 parent fe4e1a9 commit 3b0e9b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
linting:
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action
with:
all_but_latest: true

- uses: actions/checkout@v3

- uses: actions/setup-go@v3
Expand Down

0 comments on commit 3b0e9b9

Please sign in to comment.