Skip to content

Commit

Permalink
feat: 동시에 여러 배포가 발생할 경우 최신의 것만 유지하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
acceptor-gyu committed May 29, 2024
1 parent 04cbb2a commit e59dccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/TestCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ env:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e59dccd

Please sign in to comment.