Skip to content

Commit

Permalink
concurrencyを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
3w36zj6 committed Nov 8, 2023
1 parent 0919818 commit f3f609d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
format:
name: Check format
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4

Expand All @@ -25,8 +23,6 @@ jobs:
lint:
name: Check lint
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4

Expand All @@ -45,8 +41,6 @@ jobs:
TZ: "Asia/Tokyo"
SERVER_URL: ${{ vars.SERVER_URL }}
CREDITS: ${{ vars.CREDITS }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f3f609d

Please sign in to comment.