Skip to content

Commit 5ffaa56

Browse files
authored
ci: dont run lock threads or release tag actions on forks (#2619)
1 parent 47bf5bf commit 5ffaa56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/lock-threads.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414

1515
jobs:
1616
action:
17+
if: github.repository == 'vuejs/vitepress'
1718
runs-on: ubuntu-latest
1819
steps:
1920
- uses: dessant/lock-threads@v4

Diff for: .github/workflows/release-tag.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
release:
10+
if: github.repository == 'vuejs/vitepress'
1011
runs-on: ubuntu-latest
1112

1213
steps:

0 commit comments

Comments
 (0)