1
0
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:
André 2022-07-11 13:55:36 +02:00 committed by GitHub
parent 1445f87800
commit 1be46d4ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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