ci: dont run lock threads or release tag actions on forks (#2619)

pull/2620/head
Divyansh Singh 12 months ago committed by GitHub
parent 47bf5bf991
commit 5ffaa562fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,7 @@ concurrency:
jobs:
action:
if: github.repository == 'vuejs/vitepress'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4

@ -7,6 +7,7 @@ on:
jobs:
release:
if: github.repository == 'vuejs/vitepress'
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save