replace repository_id

This commit is contained in:
Elio Bischof
2025-06-27 07:04:45 +02:00
parent e7e60eb828
commit 5c1a2aee81
4 changed files with 4 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
auto-close:
runs-on: ubuntu-latest
if: github.repository_id == 'zitadel'
if: github.repository_id == '622995060'
steps:
- name: Comment and close PR
uses: actions/github-script@v7

View File

@@ -9,7 +9,7 @@ jobs:
add-to-project:
name: Add issue and community pr to project
runs-on: ubuntu-latest
if: github.repository_id == 'zitadel'
if: github.repository_id == '622995060'
steps:
- name: add issue
uses: actions/add-to-project@v1.0.2

View File

@@ -10,7 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
runs-on: ubuntu-latest
if: github.repository_id != 'zitadel'
if: github.repository_id != '622995060'
steps:
- name: Checkout code
uses: actions/checkout@v4

View File

@@ -15,7 +15,7 @@ jobs:
quality:
name: Ensure Quality
if: github.event_name == 'workflow_dispatch' ||
(github.event_name == 'pull_request' && github.repository_id != 'zitadel')
(github.event_name == 'pull_request' && github.repository_id != '622995060')
runs-on: ubuntu-22.04
timeout-minutes: 30
permissions:
@@ -25,7 +25,6 @@ jobs:
CACHE_DIR: /tmp/login-run-caches
# Only run this job on workflow_dispatch or pushes to forks
steps:
- run: echo "${{ github.repository_id }}"
- uses: actions/checkout@v4
- name: Docker meta
id: meta