Skip to content

Commit

Permalink
Merge pull request #3493 from baywet/feature/no-run-on-forks
Browse files Browse the repository at this point in the history
- only runs issues workflows on original repo
  • Loading branch information
handrews authored Jan 11, 2024
2 parents a1c2b75 + 7a99dcd commit eba378c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/agenda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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, "
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/inactive-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eba378c

Please sign in to comment.