Skip to content

Commit eba378c

Browse files
authored
Merge pull request #3493 from baywet/feature/no-run-on-forks
- only runs issues workflows on original repo
2 parents a1c2b75 + 7a99dcd commit eba378c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/agenda.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ permissions:
2020

2121
jobs:
2222
agenda:
23+
if: github.repository == 'OAI/OpenAPI-Specification'
2324
env:
2425
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2526
TITLE_PREFIX: "Open Community (TDC) Meeting, "

.github/workflows/inactive-issues.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525

2626
jobs:
2727
run:
28+
if: github.repository == 'OAI/OpenAPI-Specification'
2829
runs-on: ubuntu-latest
2930
name: Label issues with no recent activity
3031
steps:

0 commit comments

Comments
 (0)