diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0e25b40..a19b024 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml | |||
| @@ -10,9 +10,9 @@ permissions: | |||
| 10 | pages: write | 10 | pages: write |
| 11 | id-token: write | 11 | id-token: write |
| 12 | 12 | ||
| 13 | concurrency: | 13 | # concurrency: |
| 14 | group: "pages" | 14 | # group: "pages" |
| 15 | cancel-in-progress: false | 15 | # cancel-in-progress: false |
| 16 | 16 | ||
| 17 | jobs: | 17 | jobs: |
| 18 | build: | 18 | build: |
