Skip to content

Commit

Permalink
run weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jun 14, 2024
1 parent 0a83cf8 commit 106c055
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dep_ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update ffmpeg

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep_libsodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update libsodium

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep_libvpx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update libvpx

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep_opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update opus

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep_x264.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update x264

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 106c055

Please sign in to comment.