diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-09 08:35:03 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-09 08:35:03 +0200 |
| commit | 432f24319319fe040e142059eb83279c53f90ab8 (patch) | |
| tree | 5631eb0eb3a46d086070e8398d9080ff681133ac /imgui-1.92.1/.github/workflows/scheduled.yml | |
| parent | 5d34aff5888d3f0c624251f15bedb96c347978d6 (diff) | |
refactor 2
Diffstat (limited to 'imgui-1.92.1/.github/workflows/scheduled.yml')
| -rw-r--r-- | imgui-1.92.1/.github/workflows/scheduled.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/imgui-1.92.1/.github/workflows/scheduled.yml b/imgui-1.92.1/.github/workflows/scheduled.yml deleted file mode 100644 index 2a08578..0000000 --- a/imgui-1.92.1/.github/workflows/scheduled.yml +++ /dev/null @@ -1,15 +0,0 @@ -# -# 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 |
