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
  • Loading branch information
pedro-avalos authored Oct 17, 2024
2 parents a6dec18 + ddc3309 commit d5aa63b
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/release-to-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@ jobs:
with:
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 d5aa63b

Please sign in to comment.