Skip to content

Commit 305f701

Browse files
committed
limit workflows to main repo
1 parent 17555f1 commit 305f701

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/close-threads.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515

1616
jobs:
1717
close-threads:
18+
if: github.repository_owner == 'jertel'
1819
runs-on: ubuntu-latest
1920
permissions:
2021
issues: write

.github/workflows/lock-threads.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515

1616
jobs:
1717
lock-threads:
18+
if: github.repository_owner == 'jertel'
1819
runs-on: ubuntu-latest
1920
steps:
2021
- uses: jertel/lock-threads@main

0 commit comments

Comments
 (0)