summaryrefslogtreecommitdiff
path: root/external/imgui/.github/workflows/scheduled.yml
diff options
context:
space:
mode:
author0x221E <0x221E@0xinfinity.dev>2026-04-12 16:59:40 +0200
committer0x221E <0x221E@0xinfinity.dev>2026-04-12 16:59:40 +0200
commita66c7433c2c11b8b6c99142277ed4e16b1a2a465 (patch)
treee54bcfb59c303acf6118fd11f06d5c0bd5f24e5d /external/imgui/.github/workflows/scheduled.yml
initial commitHEADmaster
Diffstat (limited to 'external/imgui/.github/workflows/scheduled.yml')
-rw-r--r--external/imgui/.github/workflows/scheduled.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/external/imgui/.github/workflows/scheduled.yml b/external/imgui/.github/workflows/scheduled.yml
new file mode 100644
index 0000000..2a08578
--- /dev/null
+++ b/external/imgui/.github/workflows/scheduled.yml
@@ -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