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: