Skip to content

Global CI

Global CI #47

Workflow file for this run

name: Global CI
on:
push:
branches: [main, master, develop]
pull_request:
workflow_dispatch:
schedule:
- cron: "0 8 * * *"
permissions:
contents: read
actions: read
security-events: write
jobs:
global-ci:
uses: Tec-Kio/automation/.github/workflows/reusable-ci.yml@main
with:
run_python: true
run_node: true
run_security: true
secrets: inherit