Skip to content

Commit

Permalink
docs: Improve concurrency usage
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 12, 2021
1 parent ff82e69 commit 463ecd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@ on:
- main
pull_request:

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

jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 463ecd6

Please sign in to comment.