Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jan 25, 2024
1 parent 2e9b82a commit 904668c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@ on:

workflow_dispatch:

jobs:

cancel:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

name: Cancel Previous Runs
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
jobs:

docs:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 904668c

Please sign in to comment.