From 42c378db0c840b2999cff94e58561128f74cb940 Mon Sep 17 00:00:00 2001 From: Gliniak Date: Tue, 19 Mar 2024 21:28:52 +0100 Subject: [PATCH] [CI] Removed Uplifting xma branch --- .github/workflows/XMA_Automerge.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/XMA_Automerge.yml diff --git a/.github/workflows/XMA_Automerge.yml b/.github/workflows/XMA_Automerge.yml deleted file mode 100644 index 3b2fff642..000000000 --- a/.github/workflows/XMA_Automerge.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Uplift XMA branch - -on: - push: - branches: - - canary_experimental - -jobs: - update-branch: - name: Uplift XMA branch - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - ref: canary_experimental_wip_xma_decoder - - - name: Update XMA branch - run: | - git pull origin canary_experimental --rebase - git push origin canary_experimental_wip_xma_decoder --force