From 190e05b88e85d85c86db036a2bf3ad9172ddf2e0 Mon Sep 17 00:00:00 2001 From: Pedro Avalos <42501726+pedro-avalos@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:13:00 -0500 Subject: [PATCH] Comment out screenshots workflow Commented out as I don't have permissions to write to this repo. --- .github/workflows/release-to-candidate.yaml | 25 +++++++++++---------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release-to-candidate.yaml b/.github/workflows/release-to-candidate.yaml index e5bb302..a0cd6f4 100644 --- a/.github/workflows/release-to-candidate.yaml +++ b/.github/workflows/release-to-candidate.yaml @@ -58,15 +58,16 @@ jobs: architectures: ${{ needs.get-architectures.outputs.architectures }} github-token: ${{ secrets.GITHUB_TOKEN }} - screenshots: - name: 📸 Gather screenshots - needs: call-for-testing - environment: "Candidate Branch" - runs-on: ubuntu-latest - steps: - - name: 📸 Gather screenshots - uses: snapcrafters/ci/get-screenshots@main - with: - issue-number: ${{ needs.call-for-testing.outputs.issue-number }} - github-token: ${{ secrets.GITHUB_TOKEN }} - screenshots-token: ${{ secrets.SNAPCRAFTERS_BOT_COMMIT }} +# Commented out as I don't have permissions to write to this repo. +# screenshots: +# name: 📸 Gather screenshots +# needs: call-for-testing +# environment: "Candidate Branch" +# runs-on: ubuntu-latest +# steps: +# - name: 📸 Gather screenshots +# uses: snapcrafters/ci/get-screenshots@main +# with: +# issue-number: ${{ needs.call-for-testing.outputs.issue-number }} +# github-token: ${{ secrets.GITHUB_TOKEN }} +# screenshots-token: ${{ secrets.SNAPCRAFTERS_BOT_COMMIT }}