From 438aac892041d1b2d23a104bf93e882cdd76bcf7 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Thu, 31 Jul 2025 16:47:42 +0700 Subject: [PATCH] [DROP] enable GA runners for jshooks PRs --- .github/workflows/xahau-ga-macos.yml | 2 +- .github/workflows/xahau-ga-nix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/xahau-ga-macos.yml b/.github/workflows/xahau-ga-macos.yml index 5c802c7e9..846444709 100644 --- a/.github/workflows/xahau-ga-macos.yml +++ b/.github/workflows/xahau-ga-macos.yml @@ -4,7 +4,7 @@ on: push: branches: ["dev", "candidate", "release"] pull_request: - branches: ["dev", "candidate", "release"] + branches: ["dev", "candidate", "release", "jshooks"] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/xahau-ga-nix.yml b/.github/workflows/xahau-ga-nix.yml index 79a0f23ac..74f090e16 100644 --- a/.github/workflows/xahau-ga-nix.yml +++ b/.github/workflows/xahau-ga-nix.yml @@ -4,7 +4,7 @@ on: push: branches: ["dev", "candidate", "release"] pull_request: - branches: ["dev", "candidate", "release"] + branches: ["dev", "candidate", "release", "jshooks"] concurrency: group: ${{ github.workflow }}-${{ github.ref }}