Skip to content

Commit 310462b

Browse files
author
Joan Reyero
committed
Updated staging deploy
1 parent dc8e754 commit 310462b

8 files changed

+9
-2
lines changed

.github/workflows/reset-staging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Sync Main to Staging
33
on:
44
schedule:
55
# Run every Sunday evening at 18:00
6-
# - cron: '0 18 * * 0'
6+
- cron: '0 18 * * 0'
77
# Run every 5 minutes for testing
8-
- cron: '*/5 * * * *'
8+
# - cron: '*/5 * * * *'
99

1010
jobs:
1111
sync-main-to-staging:

.github/workflows/staging-deploy-backend.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'staging/**'
7+
- 'staging-**'
78
paths:
89
- 'backend/**'
910
- 'services/libs/**'

.github/workflows/staging-deploy-data-sink-worker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'staging/**'
7+
- 'staging-**'
78
paths:
89
- 'services/libs/**'
910
- 'services/apps/data_sink_worker/**'

.github/workflows/staging-deploy-frontend.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'staging/**'
7+
- 'staging-**'
78
paths:
89
- 'frontend/**'
910

.github/workflows/staging-deploy-integration-data-worker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'staging/**'
7+
- 'staging-**'
78
paths:
89
- 'services/libs/**'
910
- 'services/apps/integration_data_worker/**'

.github/workflows/staging-deploy-integration-run-worker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'staging/**'
7+
- 'staging-**'
78
paths:
89
- 'services/libs/**'
910
- 'services/apps/integration_data_worker/**'

.github/workflows/staging-deploy-integration-stream-worker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'staging/**'
7+
- 'staging-**'
78
paths:
89
- 'services/libs/**'
910
- 'services/apps/integration_stream_worker/**'

.github/workflows/staging-deploy-python-worker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'staging/**'
7+
- 'staging-**'
78
paths:
89
- 'backend/src/serverless/microservices/python/**'
910

0 commit comments

Comments
 (0)