From 6c5be07d3661ba5cab3edb9f526c236aa09b7182 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Tue, 27 Jan 2026 19:22:11 -0600 Subject: [PATCH] Revert quote change Signed-off-by: Andre Wanlin --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ce5f8bc0b..5e5aed996d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ on: # NOTE: If you change these you must update ci-noop.yml as well pull_request: paths-ignore: - - "microsite/**" - - "beps/**" + - 'microsite/**' + - 'beps/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }}