Skip to content

Commit

Permalink
okr #921: remove deploy demo on push
Browse files Browse the repository at this point in the history
  • Loading branch information
janikEndtner committed Jul 5, 2024
1 parent 577cc07 commit 75caede
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/demo-deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
types:
- closed
branches: [ multitenancy_main ]
push:
branches: [ multitenancy_main ]

jobs:
update-version:
# if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
outputs:
okr-docker-image: ${{ vars.NEW_VALUE_URL }}:${{ steps.store-version.outputs.version}}-DEMO
Expand Down

0 comments on commit 75caede

Please sign in to comment.