Skip to content

Commit

Permalink
limit workflows to main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Apr 29, 2024
1 parent ef3362a commit 1f491d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/close-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:

jobs:
close-threads:
if: github.repository_owner == 'jertel'
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:

jobs:
lock-threads:
if: github.repository_owner == 'jertel'
runs-on: ubuntu-latest
steps:
- uses: jertel/lock-threads@main
Expand Down

0 comments on commit 1f491d6

Please sign in to comment.