From 7a99dcd519507d5e033a0f79b2289d6bd67cfca0 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 9 Jan 2024 14:09:13 -0500 Subject: [PATCH] - only runs issues workflows on original repo Signed-off-by: Vincent Biret --- .github/workflows/agenda.yaml | 1 + .github/workflows/inactive-issues.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/agenda.yaml b/.github/workflows/agenda.yaml index 0f071c92e3..88b9be8391 100644 --- a/.github/workflows/agenda.yaml +++ b/.github/workflows/agenda.yaml @@ -20,6 +20,7 @@ permissions: jobs: agenda: + if: github.repository == 'OAI/OpenAPI-Specification' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TITLE_PREFIX: "Open Community (TDC) Meeting, " diff --git a/.github/workflows/inactive-issues.yml b/.github/workflows/inactive-issues.yml index 6f1b64d47a..06b3c028bd 100644 --- a/.github/workflows/inactive-issues.yml +++ b/.github/workflows/inactive-issues.yml @@ -25,6 +25,7 @@ env: jobs: run: + if: github.repository == 'OAI/OpenAPI-Specification' runs-on: ubuntu-latest name: Label issues with no recent activity steps: