From 3fc3cd8b788975b8c0145bc3ae9bc511122052c8 Mon Sep 17 00:00:00 2001 From: Bryce Boe Date: Wed, 12 Aug 2026 08:47:11 -0700 Subject: [PATCH] TEST: point lint caller at concurrency-fix branch Temporary; verifying whether removing concurrency from the reusable lint workflow fixes the startup failure that has broken Lint workflows since 2026-06-15. Not for merge. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 67e3d86..685f732 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: name: Lint workflows permissions: contents: read # required to check out the repository - uses: praw-dev/.github/.github/workflows/lint.yml@ec52651e5b4e1de96c58ed3652e662588fb62dbb # v1.9.0 + uses: praw-dev/.github/.github/workflows/lint.yml@70f242e0b52b68314601cf66674b63bc70105e71 # test fix-lint-concurrency name: Lint workflows on: pull_request: