From 541e0a62fb0b0b8190c3fc1c913fc4b06e80edc6 Mon Sep 17 00:00:00 2001 From: soumyadghosh Date: Fri, 24 May 2024 21:09:28 +0530 Subject: [PATCH] ci: remove redundant workflow --- .github/workflows/update.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/update.yml diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml deleted file mode 100644 index 9b1bdd8..0000000 --- a/.github/workflows/update.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Push new tag update to stable branch - -on: - schedule: - # Daily for now - - cron: '9 7 * * *' - workflow_dispatch: - -permissions: write-all - -jobs: - update-snapcraft-yaml: - runs-on: ubuntu-latest - steps: - - name: Checkout this repo - uses: actions/checkout@v3 - - name: Run desktop-snaps action - uses: ubuntu/desktop-snaps@UDENG-961-optionally_take_user_as_input - with: - user: soumyaDghosh - token: ${{ secrets.GITHUB_TOKEN }} - repo: ${{ github.repository }}