summaryrefslogblamecommitdiffstats
path: root/lib/imgui-1.90.7/.github/workflows/scheduled.yml
blob: 2a08578fb65194a6ea6d4351939d21f06bcbe70d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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