0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

Merge pull request #57 from logto-io/gao--cancel-previous-dev-deploy

chore: cancel previous dev deploy when needed
This commit is contained in:
Gao Sun 2021-08-01 22:03:27 +08:00 committed by GitHub
commit 2756bd4b83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- uses: actions/setup-node@v2