From 49a611df59958e1bedb5a16146fd10a28f983a64 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 13 Feb 2026 14:08:26 -0800 Subject: [PATCH] CI: don't block on badges job for release builds --- .github/workflows/prebuilt.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prebuilt.yaml b/.github/workflows/prebuilt.yaml index 921c27465..c0a2baa8e 100644 --- a/.github/workflows/prebuilt.yaml +++ b/.github/workflows/prebuilt.yaml @@ -28,7 +28,7 @@ jobs: wait-interval: 30 running-workflow-name: 'build prebuilt' repo-token: ${{ secrets.GITHUB_TOKEN }} - check-regexp: ^((?!.*(build master-ci).*).)*$ + check-regexp: ^((?!.*(build master-ci|create badges).*).)*$ - uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0f34dbe43..159902d51 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: wait-interval: 30 running-workflow-name: 'build master-ci' repo-token: ${{ secrets.GITHUB_TOKEN }} - check-regexp: ^((?!.*(build prebuilt).*).)*$ + check-regexp: ^((?!.*(build prebuilt|create badges).*).)*$ - uses: actions/checkout@v6 with: submodules: true