Skip to content

Commit

Permalink
πŸ› Do not modify latest-prod-tags when deploying to playground
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Feb 28, 2024
1 parent fa663a0 commit 42aa4a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PROD-all-studios-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ jobs:

store-image-tags:
needs: deploy-satellite-studios
if: ${{ github.event.inputs.environment == 'production' }}
runs-on: ubuntu-latest
steps:
- name: Checkout internal πŸ›ŽοΈ
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/PROD-all-webs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
store-image-tags:
needs: deploy
runs-on: ubuntu-latest
if: ${{ github.event.inputs.environment == 'production' }}
steps:
- name: Checkout internal πŸ›ŽοΈ
id: checkout-internal
Expand All @@ -116,6 +117,7 @@ jobs:
with:
node-version: '14' # Or any version you prefer

# Check if this can be removed
- name: Install dependencies
run: |
npm install js-yaml
Expand Down

0 comments on commit 42aa4a9

Please sign in to comment.