diff --git a/.github/workflows/global-ci.yml b/.github/workflows/global-ci.yml new file mode 100644 index 0000000..4cc3622 --- /dev/null +++ b/.github/workflows/global-ci.yml @@ -0,0 +1,18 @@ +name: Global CI + +on: + push: + branches: [main, master, develop] + pull_request: + workflow_dispatch: + schedule: + - cron: "0 8 * * *" + +jobs: + global-ci: + uses: Ecrazye/automation/.github/workflows/reusable-ci.yml@main + with: + run_python: true + run_node: true + run_security: true + secrets: inherit