chore(actions): fixing paths
This commit is contained in:
parent
9a6c66f9bf
commit
a767b6f265
10 changed files with 68 additions and 78 deletions
29
.github/workflows/alerts-ee.yaml
vendored
29
.github/workflows/alerts-ee.yaml
vendored
|
|
@ -10,21 +10,20 @@ on:
|
|||
branches:
|
||||
- api-v1.10.0
|
||||
paths:
|
||||
- ee/api/**
|
||||
- api/**
|
||||
paths-ignore:
|
||||
- api/.gitignore
|
||||
- api/routers
|
||||
- api/app.py
|
||||
- api/*-dev.sh
|
||||
- api/requirements.txt
|
||||
- api/requirements-crons.txt
|
||||
- ee/api/.gitignore
|
||||
- ee/api/routers
|
||||
- ee/api/app.py
|
||||
- ee/api/*-dev.sh
|
||||
- ee/api/requirements.txt
|
||||
- ee/api/requirements-crons.txt
|
||||
- "ee/api/**"
|
||||
- "api/**"
|
||||
- "!api/.gitignore"
|
||||
- "!api/routers"
|
||||
- "!api/app.py"
|
||||
- "!api/*-dev.sh"
|
||||
- "!api/requirements.txt"
|
||||
- "!api/requirements-crons.txt"
|
||||
- "!ee/api/.gitignore"
|
||||
- "!ee/api/routers"
|
||||
- "!ee/api/app.py"
|
||||
- "!ee/api/*-dev.sh"
|
||||
- "!ee/api/requirements.txt"
|
||||
- "!ee/api/requirements-crons.txt"
|
||||
|
||||
|
||||
name: Build and Deploy Alerts EE
|
||||
|
|
|
|||
15
.github/workflows/alerts.yaml
vendored
15
.github/workflows/alerts.yaml
vendored
|
|
@ -10,14 +10,13 @@ on:
|
|||
branches:
|
||||
- api-v1.10.0
|
||||
paths:
|
||||
- api/**
|
||||
paths-ignore:
|
||||
- api/.gitignore
|
||||
- api/routers
|
||||
- api/app.py
|
||||
- api/*-dev.sh
|
||||
- api/requirements.txt
|
||||
- api/requirements-crons.txt
|
||||
- "api/**"
|
||||
- "!api/.gitignore"
|
||||
- "!api/routers"
|
||||
- "!api/app.py"
|
||||
- "!api/*-dev.sh"
|
||||
- "!api/requirements.txt"
|
||||
- "!api/requirements-crons.txt"
|
||||
|
||||
name: Build and Deploy Alerts
|
||||
|
||||
|
|
|
|||
23
.github/workflows/api-ee.yaml
vendored
23
.github/workflows/api-ee.yaml
vendored
|
|
@ -10,18 +10,17 @@ on:
|
|||
branches:
|
||||
- api-v1.10.0
|
||||
paths:
|
||||
- ee/api/**
|
||||
- api/**
|
||||
paths-ignore:
|
||||
- api/.gitignore
|
||||
- api/app_alerts.py
|
||||
- api/*-dev.sh
|
||||
- api/requirements-*.txt
|
||||
- ee/api/.gitignore
|
||||
- ee/api/app_alerts.py
|
||||
- ee/api/app_crons.py
|
||||
- ee/api/*-dev.sh
|
||||
- ee/api/requirements-*.txt
|
||||
- "ee/api/**"
|
||||
- "api/**"
|
||||
- "!api/.gitignore"
|
||||
- "!api/app_alerts.py"
|
||||
- "!api/*-dev.sh"
|
||||
- "!api/requirements-*.txt"
|
||||
- "!ee/api/.gitignore"
|
||||
- "!ee/api/app_alerts.py"
|
||||
- "!ee/api/app_crons.py"
|
||||
- "!ee/api/*-dev.sh"
|
||||
- "!ee/api/requirements-*.txt"
|
||||
|
||||
|
||||
name: Build and Deploy Chalice EE
|
||||
|
|
|
|||
11
.github/workflows/api.yaml
vendored
11
.github/workflows/api.yaml
vendored
|
|
@ -10,12 +10,11 @@ on:
|
|||
branches:
|
||||
- api-v1.10.0
|
||||
paths:
|
||||
- api/**
|
||||
paths-ignore:
|
||||
- api/.gitignore
|
||||
- api/app_alerts.py
|
||||
- api/*-dev.sh
|
||||
- api/requirements-*.txt
|
||||
- "api/**"
|
||||
- "!api/.gitignore"
|
||||
- "!api/app_alerts.py"
|
||||
- "!api/*-dev.sh"
|
||||
- "!api/requirements-*.txt"
|
||||
|
||||
name: Build and Deploy Chalice
|
||||
|
||||
|
|
|
|||
29
.github/workflows/crons-ee.yaml
vendored
29
.github/workflows/crons-ee.yaml
vendored
|
|
@ -10,21 +10,20 @@ on:
|
|||
branches:
|
||||
- api-v1.10.0
|
||||
paths:
|
||||
- ee/api/**
|
||||
- api/**
|
||||
paths-ignore:
|
||||
- api/.gitignore
|
||||
- api/app.py
|
||||
- api/app_alerts.py
|
||||
- api/*-dev.sh
|
||||
- api/requirements.txt
|
||||
- api/requirements-alerts.txt
|
||||
- ee/api/.gitignore
|
||||
- ee/api/app.py
|
||||
- ee/api/app_alerts.py
|
||||
- ee/api/*-dev.sh
|
||||
- ee/api/requirements.txt
|
||||
- ee/api/requirements-crons.txt
|
||||
- "ee/api/**"
|
||||
- "api/**"
|
||||
- "!api/.gitignore"
|
||||
- "!api/app.py"
|
||||
- "!api/app_alerts.py"
|
||||
- "!api/*-dev.sh"
|
||||
- "!api/requirements.txt"
|
||||
- "!api/requirements-alerts.txt"
|
||||
- "!ee/api/.gitignore"
|
||||
- "!ee/api/app.py"
|
||||
- "!ee/api/app_alerts.py"
|
||||
- "!ee/api/*-dev.sh"
|
||||
- "!ee/api/requirements.txt"
|
||||
- "!ee/api/requirements-crons.txt"
|
||||
|
||||
name: Build and Deploy Crons EE
|
||||
|
||||
|
|
|
|||
9
.github/workflows/peers-ee.yaml
vendored
9
.github/workflows/peers-ee.yaml
vendored
|
|
@ -5,11 +5,10 @@ on:
|
|||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- ee/peers/**
|
||||
- peers/**
|
||||
paths-ignore:
|
||||
- peers/.gitignore
|
||||
- peers/*-dev.sh
|
||||
- "ee/peers/**"
|
||||
- "peers/**"
|
||||
- "!peers/.gitignore"
|
||||
- "!peers/*-dev.sh"
|
||||
|
||||
name: Build and Deploy Peers
|
||||
|
||||
|
|
|
|||
7
.github/workflows/peers.yaml
vendored
7
.github/workflows/peers.yaml
vendored
|
|
@ -5,10 +5,9 @@ on:
|
|||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- peers/**
|
||||
paths-ignore:
|
||||
- peers/.gitignore
|
||||
- peers/*-dev.sh
|
||||
- "peers/**"
|
||||
- "!peers/.gitignore"
|
||||
- "!peers/*-dev.sh"
|
||||
|
||||
name: Build and Deploy Peers
|
||||
|
||||
|
|
|
|||
7
.github/workflows/sourcemaps-reader.yaml
vendored
7
.github/workflows/sourcemaps-reader.yaml
vendored
|
|
@ -5,10 +5,9 @@ on:
|
|||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- sourcemap-reader/**
|
||||
paths-ignore:
|
||||
- sourcemap-reader/.gitignore
|
||||
- sourcemap-reader/*-dev.sh
|
||||
- "sourcemap-reader/**"
|
||||
- "!sourcemap-reader/.gitignore"
|
||||
- "!sourcemap-reader/*-dev.sh"
|
||||
|
||||
name: Build and Deploy sourcemap-reader
|
||||
|
||||
|
|
|
|||
9
.github/workflows/utilities-ee.yaml
vendored
9
.github/workflows/utilities-ee.yaml
vendored
|
|
@ -5,11 +5,10 @@ on:
|
|||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- ee/utilities/**
|
||||
- utilities/*/**
|
||||
paths-ignore:
|
||||
- utilities/.gitignore
|
||||
- utilities/*-dev.sh
|
||||
- "ee/utilities/**"
|
||||
- "utilities/*/**"
|
||||
- "!utilities/.gitignore"
|
||||
- "!utilities/*-dev.sh"
|
||||
|
||||
name: Build and Deploy Utilities EE
|
||||
|
||||
|
|
|
|||
7
.github/workflows/utilities.yaml
vendored
7
.github/workflows/utilities.yaml
vendored
|
|
@ -5,10 +5,9 @@ on:
|
|||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- utilities/**
|
||||
paths-ignore:
|
||||
- utilities/.gitignore
|
||||
- utilities/*-dev.sh
|
||||
- "utilities/**"
|
||||
- "!utilities/.gitignore"
|
||||
- "!utilities/*-dev.sh"
|
||||
|
||||
name: Build and Deploy Utilities
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue