diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fd5ae66..d26b96c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -278,6 +278,7 @@ jobs: concurrency: group: pages-deploy-${{ github.repository }} cancel-in-progress: false + queue: max permissions: pages: write id-token: write diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebf2f75..050e01d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,9 @@ repos: # Disable shellcheck and pyflakes for now, to enforce consistent behavior. - -shellcheck= - -pyflakes= + # TODO: Remove once actionlint supports the `queue` key (rhysd/actionlint#654) + - -ignore + - 'unexpected key "queue" for "concurrency" section' - repo: https://github.com/google/yamlfmt rev: v0.21.0 hooks: