diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 4f346b68f8..4eb2fccd7e 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -2,7 +2,7 @@ name: 'Lock Threads' on: schedule: - - cron: '0 * * * *' + - cron: '0 1 * * *' workflow_dispatch: permissions: @@ -13,6 +13,7 @@ concurrency: jobs: action: + if: ${{ github.repository_owner == 'videojs' }} runs-on: ubuntu-latest steps: - uses: dessant/lock-threads@v3