Skip to content

Commit

Permalink
feat(HMS-2369): remove stage old deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
amirfefer authored and ezr-ondrej committed Aug 30, 2023
1 parent b68193e commit 968ce20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/provisioning-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
Release-to-build:
name: "⛵ Release to build repository"
needs: [build]
if: github.ref_name == 'main' || github.ref_name == 'prod-beta' || contains(github.ref_name, 'stable')
if: github.ref_name == contains(github.ref_name, 'prod')
runs-on: ubuntu-latest
env:
COMMIT_AUTHOR_USERNAME: GitHub actions
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/sync_branches.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Sync branches

on:
push:
branches:
- main
workflow_dispatch:
inputs:
source:
Expand Down

0 comments on commit 968ce20

Please sign in to comment.