feat: Skip gh thread lock gh action on forks (#6381)

This commit is contained in:
Shubham Kumar
2023-02-03 12:20:49 +05:30
committed by GitHub
parent 30fcb47477
commit 51e0388779

View File

@@ -19,6 +19,7 @@ concurrency:
jobs:
action:
runs-on: ubuntu-latest
if: ${{ github.repository == 'chatwoot/chatwoot' }}
steps:
- uses: dessant/lock-threads@v3
with: