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: jobs:
auto-close: auto-close:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository_id == 'zitadel' if: github.repository_id == '622995060'
steps: steps:
- name: Comment and close PR - name: Comment and close PR
uses: actions/github-script@v7 uses: actions/github-script@v7

View File

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

View File

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

View File

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