From 80a8ce8a46a1f62f5ca1b8ed118b21bea576d066 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 8 Jul 2021 08:01:43 -0500 Subject: [PATCH] ci: removed merge-variants workflow since GHA won't trigger branch builds --- .github/workflows/merge-variants.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/merge-variants.yml diff --git a/.github/workflows/merge-variants.yml b/.github/workflows/merge-variants.yml deleted file mode 100644 index 5f539825..00000000 --- a/.github/workflows/merge-variants.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Merge image variants -on: - push: - branches: - - master -jobs: - merge: - if: github.repository == 'itzg/docker-minecraft-server' - runs-on: ubuntu-latest - timeout-minutes: 5 - steps: - - uses: actions/checkout@v2.3.4 - with: - # fetch all history for merging operations - fetch-depth: 0 - - name: Run docker-versions-create - run: | - git config --add user.name "${GITHUB_ACTOR:-Github Actions}" - git config --add user.email "actions@github.com" - ./docker-versions-create.sh -b