1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/.github/workflows/check-oss-contributor.yml
2023-11-17 18:44:06 +01:00

14 lines
288 B
YAML

name: OSS contributor checks
on:
workflow_dispatch:
schedule:
- cron: "0 8,16 * * 1-5" # on weekdays at 8am and 4pm
jobs:
run:
name: Publish server and worker docker images
uses: ./.github/workflows/budibase_ci.yml
with:
run_as_oss: true
secrets: inherit