Squashed 'external/imgui/' content from commit 02e9b8cac
git-subtree-dir: external/imgui git-subtree-split: 02e9b8cacde285c5f9040adf212703cc3810bd97
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user