aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/generate-constants.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/generate-constants.yaml')
-rw-r--r--.github/workflows/generate-constants.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/generate-constants.yaml b/.github/workflows/generate-constants.yaml
index 72fa1a89b..9df66081c 100644
--- a/.github/workflows/generate-constants.yaml
+++ b/.github/workflows/generate-constants.yaml
@@ -37,7 +37,8 @@ jobs:
runs-on: ubuntu-latest
needs: regexes
name: "Publish regexes"
- if: ${{ 'push' == github.event_name && 'beta' == github.ref_name }}
+ # 511310721 is the Repository ID for SkyHanni
+ if: ${{ 'push' == github.event_name && 'beta' == github.ref_name && '511310721' == github.repository_id }}
steps:
- uses: actions/checkout@v3
with: