TMP to revert
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
6f0ae2199b
commit
96829157e0
5 changed files with 13 additions and 13 deletions
18
.github/workflows/alerts-ee.yaml
vendored
18
.github/workflows/alerts-ee.yaml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
default: 'false'
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- api-v1.10.0
|
||||
paths:
|
||||
- ee/api/**
|
||||
- api/**
|
||||
|
|
@ -131,11 +131,11 @@ jobs:
|
|||
SLACK_USERNAME: "OR Bot"
|
||||
SLACK_MESSAGE: 'Build failed :bomb:'
|
||||
|
||||
# - name: Debug Job
|
||||
# if: ${{ failure() }}
|
||||
# uses: mxschmitt/action-tmate@v3
|
||||
# env:
|
||||
# DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }}
|
||||
# IMAGE_TAG: ${{ github.sha }}-ee
|
||||
# ENVIRONMENT: staging
|
||||
#
|
||||
- name: Debug Job
|
||||
# if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
env:
|
||||
DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }}
|
||||
IMAGE_TAG: ${{ github.sha }}-ee
|
||||
ENVIRONMENT: staging
|
||||
|
||||
|
|
|
|||
2
.github/workflows/alerts.yaml
vendored
2
.github/workflows/alerts.yaml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
default: 'false'
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- api-v1.10.0
|
||||
paths:
|
||||
- api/**
|
||||
|
||||
|
|
|
|||
2
.github/workflows/crons-ee.yaml
vendored
2
.github/workflows/crons-ee.yaml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
default: 'false'
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- api-v1.10.0
|
||||
paths:
|
||||
- ee/api/**
|
||||
- api/**
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ fastapi==0.92.0
|
|||
uvicorn[standard]==0.20.0
|
||||
python-decouple==3.7
|
||||
pydantic[email]==1.10.4
|
||||
apscheduler==3.10.0
|
||||
apscheduler==3.10.0
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ apscheduler==3.10.0
|
|||
|
||||
clickhouse-driver==0.2.5
|
||||
python3-saml==1.15.0
|
||||
python-multipart==0.0.5
|
||||
python-multipart==0.0.5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue