Skip to content

Commit cd0506c

Browse files
committed
feat: update dry runs to match prod
1 parent 8c7f82e commit cd0506c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-image-sequencer.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777

7878
# Trigger Cloud Run here to prevent race condition
7979
- name: Trigger Cloud Run Deployment
80-
if: success() && github.ref == 'refs/heads/main'
80+
# && github.ref == 'refs/heads/main'
81+
if: success()
8182
run: |
8283
gcloud builds triggers run deploy-metabased-sequencer \
8384
--region=global \

.github/workflows/publish-image-translator.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Build + Push Translator Image to Github and Google Registries
22
on:
33
push:
4-
# TODO
5-
# branches:
6-
# - main
4+
branches:
5+
- main
76

87
env:
98
GITHUB_REGISTRY: ghcr.io

0 commit comments

Comments
 (0)