Skip to content

Commit

Permalink
Remove PR check in sandbox deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Aug 29, 2023
1 parent b86cba1 commit 6beb645
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build and Deploy to Sandbox
on: workflow_dispatch
jobs:
buildDeploySandbox:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/build-deploy.yml
secrets:
DOCKER: ${{ secrets.DOCKER }}
Expand Down

0 comments on commit 6beb645

Please sign in to comment.