build self
This commit is contained in:
parent
86af523883
commit
a0cc8938b8
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -3,9 +3,10 @@ name: Build FFmpeg
|
||||||
on:
|
on:
|
||||||
push: []
|
push: []
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [build]
|
# types: [build]
|
||||||
schedule:
|
types: [created]
|
||||||
- cron: '0 12 * * *'
|
# schedule:
|
||||||
|
# - cron: '0 12 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
purge_artifacts:
|
purge_artifacts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue