From 60cbbdec07ab7a5636eac5b3c024ae44e937f4d4 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 13 Dec 2021 00:07:19 +0800 Subject: +init --- Client/ThirdParty/imgui/.github/workflows/scheduled.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Client/ThirdParty/imgui/.github/workflows/scheduled.yml (limited to 'Client/ThirdParty/imgui/.github/workflows/scheduled.yml') diff --git a/Client/ThirdParty/imgui/.github/workflows/scheduled.yml b/Client/ThirdParty/imgui/.github/workflows/scheduled.yml new file mode 100644 index 0000000..2a08578 --- /dev/null +++ b/Client/ThirdParty/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 -- cgit v1.1-26-g67d0