budibase/.github/workflows/check-oss-contributor.yml

17 lines
354 B
YAML
Raw Normal View History

2023-11-17 18:44:06 +01:00
name: OSS contributor checks
on:
workflow_dispatch:
schedule:
- cron: "0 8,16 * * 1-5" # on weekdays at 8am and 4pm
2023-11-17 18:44:39 +01:00
push:
branches:
- chore/run_oss_checks # TODO: remove
2023-11-17 18:44:06 +01:00
jobs:
run:
name: Publish server and worker docker images
uses: ./.github/workflows/budibase_ci.yml
with:
run_as_oss: true
secrets: inherit