From cdc8d33e9b14cb4af46f2b552e7820aa8ed9b2a4 Mon Sep 17 00:00:00 2001 From: Emmanuel Casarrubias Date: Fri, 5 Jun 2026 23:53:46 -0600 Subject: [PATCH] Add global CI workflow --- .github/workflows/global-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/global-ci.yml 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