Skip to content

Commit

Permalink
Merge pull request #6 from pedro-avalos/comment-out-screenshots
Browse files Browse the repository at this point in the history
Comment out screenshots workflow
  • Loading branch information
pedro-avalos authored Oct 17, 2024
2 parents d302c97 + 190e05b commit c5ad56e
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/release-to-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c5ad56e

Please sign in to comment.