0
Fork 0
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:
Gao Sun 2021-09-08 16:04:46 +08:00 committed by GitHub
parent 2c93ef9237
commit 8295d79974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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