Skip to content

Commit

Permalink
cancel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eastshine2741 committed Jan 21, 2024
1 parent adee4b8 commit dc643ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd-customtheme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ on:
- 'eastshine2741/custom-theme'

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

build-staging:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit dc643ec

Please sign in to comment.