Initial commit.
This commit is contained in:
commit
d3bb49b3f5
1073 changed files with 484757 additions and 0 deletions
15
Framework/external/imgui/.github/workflows/scheduled.yml
vendored
Normal file
15
Framework/external/imgui/.github/workflows/scheduled.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# This is a dummy workflow used to trigger scheduled builds. Forked repositories most likely should disable this
|
||||
# workflow to avoid daily builds of inactive repositories.
|
||||
#
|
||||
name: scheduled
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 9 * * *'
|
||||
|
||||
jobs:
|
||||
scheduled:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue