Skip to content

Commit

Permalink
fix: deploy versions (to prod-demo)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Apr 23, 2024
1 parent b838c08 commit 1169931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ jobs:

trigger-test-environment-updates:
name: Trigger test environment updates
if: github.ref == 'refs/heads/main' && needs.build-images.outputs.deployer_available
if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) && needs.build-images.outputs.deployer_available
needs: [build-images]
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down

0 comments on commit 1169931

Please sign in to comment.