feat: Skip gh thread lock gh action on forks (#6381)
This commit is contained in:
1
.github/workflows/lock.yml
vendored
1
.github/workflows/lock.yml
vendored
@@ -19,6 +19,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
action:
|
action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'chatwoot/chatwoot' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v3
|
- uses: dessant/lock-threads@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user