Skip to content

Commit

Permalink
For testing added
Browse files Browse the repository at this point in the history
  • Loading branch information
deepikagonuguntla committed Dec 19, 2024
1 parent 9112b7d commit 639fff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
deploy_qa:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'qa' }}
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'MLN-1304' }}
name: Deploy QA
runs-on: ubuntu-latest
environment: qa
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: CI
on:
push:
branches:
- qa
- MLN-1304
- production
pull_request:
branches:
- qa
- MLN-1304
- production

jobs:
Expand Down

0 comments on commit 639fff4

Please sign in to comment.