Skip to content

Commit 31d96de

Browse files
Add global CI workflow (#1)
Co-authored-by: Emmanuel Casarrubias <emmanuel.casarrubias.j@gmail.com>
1 parent 001a33b commit 31d96de

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/global-ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Global CI
2+
3+
on:
4+
push:
5+
branches: [main, master, develop]
6+
pull_request:
7+
workflow_dispatch:
8+
schedule:
9+
- cron: "0 8 * * *"
10+
11+
jobs:
12+
global-ci:
13+
uses: Ecrazye/automation/.github/workflows/reusable-ci.yml@main
14+
with:
15+
run_python: true
16+
run_node: true
17+
run_security: true
18+
secrets: inherit

0 commit comments

Comments
 (0)