mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:17:32 +00:00
replace repository_id
This commit is contained in:
2
.github/workflows/close_pr.yml
vendored
2
.github/workflows/close_pr.yml
vendored
@@ -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
|
||||||
|
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
@@ -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
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user