From 038042506346bd17726e276532932044af23d911 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Thu, 31 Jul 2025 17:42:23 +0700 Subject: [PATCH] [DROP] disable SH runners for jshooks --- .github/workflows/xahau-sh-build-in-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/xahau-sh-build-in-docker.yml b/.github/workflows/xahau-sh-build-in-docker.yml index c779f5100..b7a31f200 100644 --- a/.github/workflows/xahau-sh-build-in-docker.yml +++ b/.github/workflows/xahau-sh-build-in-docker.yml @@ -2,9 +2,9 @@ name: Release - SH Runner on: push: - branches: [ "dev", "candidate", "release", "jshooks"] + branches: [ "dev", "candidate", "release"] pull_request: - branches: [ "dev", "candidate", "release", "jshooks"] + branches: [ "dev", "candidate", "release"] concurrency: group: ${{ github.workflow }}-${{ github.ref }}