[DROP] disable SH runners for jshooks

This commit is contained in:
Nicholas Dudfield
2025-07-31 17:42:23 +07:00
parent 438aac8920
commit 0380425063

View File

@@ -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 }}