Skip to content

Commit

Permalink
chore: add cancel workflow in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baby230211 committed Jul 15, 2023
1 parent 5703d70 commit 71dc124
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ on:
- master

jobs:
ci:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ ubuntu-latest ]

build:
name: ⚙️ Build
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]

- name: Checkout 🛎
uses: actions/checkout@master

Expand Down

0 comments on commit 71dc124

Please sign in to comment.