feat: Skip gh thread lock gh action on forks (#6381)
This commit is contained in:
parent
30fcb47477
commit
51e0388779
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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user