Skip to content

Just testing the ci

Just testing the ci #1

name: Release
on:
# Run the workflow each time new commits are pushed to the candidate branch.
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
issues: write
jobs:
screenshots:

Check failure on line 17 in .github/workflows/release-to-candidate.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release-to-candidate.yml (Line: 17, Col: 3): The workflow must contain at least one job with no dependencies.
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: "123"
github-token: ${{ secrets.GITHUB_TOKEN }}
screenshots-token: "random-string"
- name: Setup upterm session
uses: lhotari/action-upterm@v1