Skip to content

Commit

Permalink
workflow設定ファイルの構文ミス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Dec 23, 2023
1 parent 7dc24f1 commit c1c93d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ on:
branches:
- master

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

jobs:
deploy:
runs-on: ubuntu-22.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit c1c93d4

Please sign in to comment.