From fd8709a6a033f9f432fcebc0756a868f21aa5dff Mon Sep 17 00:00:00 2001 From: soumyadghosh Date: Sun, 3 Mar 2024 12:34:08 +0530 Subject: [PATCH] remove duplicate promotion workflows --- .../workflows/promote-content-to-stable.yml | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/promote-content-to-stable.yml diff --git a/.github/workflows/promote-content-to-stable.yml b/.github/workflows/promote-content-to-stable.yml deleted file mode 100644 index 56ccb96..0000000 --- a/.github/workflows/promote-content-to-stable.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Promote SDK to stable - -on: - issue_comment: - types: - - created - -permissions: - issues: write - -jobs: - promote-sdk: - name: ⬆️ Promote SDK to stable - environment: "2204 Branch" - runs-on: ubuntu-latest - if: | - ( !github.event.issue.pull_request ) - && contains(github.event.comment.body, '/promote ') - && contains(github.event.comment.body, ''ffmpeg-2204 ') - && contains(github.event.*.labels.*.name, 'testing') - steps: - - name: ⬆️ Promote to stable - uses: snapcrafters/ci/promote-to-stable@main - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - store-token: ${{ secrets.SNAP_STORE_STABLE }} - snapcraft-project-root: "ffmpeg-2204" \ No newline at end of file