Skip to content

Commit

Permalink
docs: Add concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 11, 2021
1 parent 1f6c62b commit 8209fc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ on:
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
deploy:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 8209fc8

Please sign in to comment.