Skip to content

Commit

Permalink
add cancel-workflow-action
Browse files Browse the repository at this point in the history
  • Loading branch information
nabim777 committed Aug 30, 2023
1 parent 5b01431 commit 82a96ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
with:
all_but_latest: true
access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit 82a96ed

Please sign in to comment.