Skip to content

Test if a "needs" that returns 1 will run stop wf #31

Test if a "needs" that returns 1 will run stop wf

Test if a "needs" that returns 1 will run stop wf #31

Workflow file for this run

---
name: On-push
on:
push
jobs:
version-check:
uses: ./.github/workflows/vc.yaml
conditional:
runs-on: ubuntu-latest
needs: version-check
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0