diff --git a/README.md b/README.md index ea6ed6c..beb1992 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,11 @@ on: - main # Set a branch to deploy 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 with: @@ -244,12 +243,11 @@ on: - main # Set a branch to deploy 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 with: @@ -302,12 +300,11 @@ on: - main # Set a branch to deploy 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 with: @@ -355,12 +352,11 @@ on: branches: - main -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - jobs: deploy: runs-on: ubuntu-20.04 + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v2 with: