Skip to content

Split workflows - #572

Merged
Akshay Kumar (kumaraksh1) merged 1 commit into
masterfrom
users/kumaraksh/workflows-split
Aug 17, 2026
Merged

Split workflows#572
Akshay Kumar (kumaraksh1) merged 1 commit into
masterfrom
users/kumaraksh/workflows-split

Conversation

@kumaraksh1

@kumaraksh1 Akshay Kumar (kumaraksh1) commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Separating untrusted PR validation from credentialed deployment to prevent PR-controlled

With the new design, the PR validates that the action builds successfully, but it does not validate an actual Azure deployment before merge.

The validation flow is now:
PR opened
→ npm ci
→ npm run package
→ no credentials and no deployment

PR merged to master/releases/*
→ trusted push workflow runs
→ Azure/ACR authentication
→ builds action from merged commit
→ deploys to the test Web App

Created new PR with same content from the pR - #567

@kumaraksh1
Akshay Kumar (kumaraksh1) merged commit 0552a5a into master Aug 17, 2026
9 checks passed
Akshay Kumar (kumaraksh1) added a commit that referenced this pull request Aug 17, 2026
Akshay Kumar (kumaraksh1) added a commit that referenced this pull request Aug 17, 2026
* Split workflows (#572)

* resolve conflicts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants