mirror of
https://github.com/videojs/video.js.git
synced 2025-01-25 11:13:52 +02:00
chore(lock-threads): run only daily at 1:00 am, and skip in forks (#7832)
* chore(lock-action): performed daily at 1:00 am * Skip for forks Co-authored-by: mister-ben <git@misterben.me>
This commit is contained in:
parent
1445f87800
commit
1be46d4ebf
3
.github/workflows/lock.yml
vendored
3
.github/workflows/lock.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user