Skip to content

Commit

Permalink
feat: only previous deploy job should be stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Nov 26, 2022
1 parent 5533b73 commit a01f0b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
name: 🔍 Testing
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- name: ⎔ Setup node
Expand All @@ -29,8 +27,6 @@ jobs:
name: ⬣ Linting
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- name: ⎔ Setup node
Expand Down

0 comments on commit a01f0b6

Please sign in to comment.