Skip to content

sum

sum #1

Workflow file for this run

name: sum
on: workflow_dispatch
jobs:
one:
steps:

Check failure on line 5 in .github/workflows/sum.yml

View workflow run for this annotation

GitHub Actions / sum

Invalid workflow file

The workflow is not valid. .github/workflows/sum.yml (Line: 5, Col: 5): Required property is missing: runs-on .github/workflows/sum.yml (Line: 8, Col: 5): Required property is missing: runs-on
- run: echo one
two:
steps:
- run: echo two
sum:
needs: [one, two]
if: ${{ cancelled() || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'failure') }}
steps:
- run: |
echo test