1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/.github/workflows/check-oss-contributor.yml

14 lines
288 B
YAML
Raw Normal View History

2023-11-18 06:44:06 +13:00
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