diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 9f92bd662..60d059881 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -5,7 +5,7 @@ on: branches: - main - 'mx/release/**' - - 'mx/11.6.x' + # - 'mx/11.6.x' pull_request: branches: - main diff --git a/.github/workflows/NativePipeline.yml b/.github/workflows/NativePipeline.yml index eb0a34a67..eb5d7b43f 100644 --- a/.github/workflows/NativePipeline.yml +++ b/.github/workflows/NativePipeline.yml @@ -75,7 +75,7 @@ on: pull_request: branches: - main - - mx/11.6.x + # - mx/11.6.x # Use default name in case no input run-name: ${{ github.event.inputs.run_name || 'Run Native Pipeline' }} diff --git a/.github/workflows/PullRequestLabeler.yml b/.github/workflows/PullRequestLabeler.yml index 170b785fb..a41a7cf97 100644 --- a/.github/workflows/PullRequestLabeler.yml +++ b/.github/workflows/PullRequestLabeler.yml @@ -1,6 +1,6 @@ name: "Pull Request Labeler" on: - - pull_request_target + - pull_request jobs: triage: diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 37115019d..3d22b7e05 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -2,9 +2,9 @@ name: Run release on: push: - branches: [main, mx/11.6.x] + branches: [main] pull_request: - branches: [main, mx/11.6.x] + branches: [main] jobs: test: