mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
ci: use concurrency for deploy (#115)
This commit is contained in:
parent
2c93ef9237
commit
8295d79974
1 changed files with 1 additions and 5 deletions
6
.github/workflows/deploy-dev.yml
vendored
6
.github/workflows/deploy-dev.yml
vendored
|
@ -7,14 +7,10 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
environment: dev
|
||||
concurrency: deploy-dev
|
||||
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
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
|
|
Loading…
Add table
Reference in a new issue