Skip to content

Commit

Permalink
Removed push account check, handled by settings instead (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
robearlam authored Nov 25, 2024
1 parent 5b9dd88 commit bd9b4cc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI-CD_MVP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
deploy-mvp-staging:
uses: ./.github/workflows/deploy_azureWebapp.yml
needs: build-dotnet
if: github.repository_owner == 'Sitecore' && ((github.event.pull_request.head.repo.full_name == github.repository) || (github.event_name == 'push') || (github.event_name == 'workflow_dispatch'))
with:
buildConfiguration: Debug
projectLocation: headapps/MvpSite/MvpSite.Rendering
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CI-CD_SUGCON_24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
uses: ./.github/workflows/deploy_vercel.yml
needs: build-sugcon24-site
if: always() &&
(github.repository_owner == 'Sitecore' && ((github.event.pull_request.head.repo.full_name == github.repository) || (github.event_name == 'push'))) &&
needs.build-sugcon24-site.result != 'failure' &&
needs.build-sugcon24-site.result != 'cancelled'
secrets:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CI-CD_SUGCON_24_STORYBOOK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
uses: ./.github/workflows/deploy_vercel.yml
needs: build-sugcon24-storybook
if: always() &&
(github.repository_owner == 'Sitecore' && ((github.event.pull_request.head.repo.full_name == github.repository) || (github.event_name == 'push'))) &&
needs.build-sugcon24-storybook.result != 'failure' &&
needs.build-sugcon24-storybook.result != 'cancelled'
secrets:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/CI-CD_XM_Cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

deploy-staging:
uses: ./.github/workflows/deploy_xmCloud.yml
if: github.repository_owner == 'Sitecore' && ((github.event.pull_request.head.repo.full_name == github.repository) || (github.event_name == 'push'))
needs: build-dotnet
with:
environmentName: Staging
Expand Down

0 comments on commit bd9b4cc

Please sign in to comment.