From 5c1a2aee81b9ae35d612c19bddd6254e632488e8 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Fri, 27 Jun 2025 07:04:45 +0200 Subject: [PATCH] replace repository_id --- .github/workflows/close_pr.yml | 2 +- .github/workflows/issues.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/close_pr.yml b/.github/workflows/close_pr.yml index ee22ec0021..b44eb5bfe8 100644 --- a/.github/workflows/close_pr.yml +++ b/.github/workflows/close_pr.yml @@ -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 diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index c3a93e341b..ff12b8fe04 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24802d51cd..2508627d1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edf6cc391c..0d806a9125 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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