Skip to content

job1

job1 #10

Workflow file for this run

name: job1
on:
workflow_dispatch:
jobs:
testjob:
uses: abhishekNKamble/github-slideshow/.github/workflows/Job2.yml@main
checkJob:
if: always() && ! ${{ skipped() || cancelled() }}

Check failure on line 10 in .github/workflows/job1.yml

View workflow run for this annotation

GitHub Actions / job1

Invalid workflow file

The workflow is not valid. .github/workflows/job1.yml (Line: 10, Col: 9): Unrecognized function: 'skipped'. Located at position 1 within expression: skipped() || cancelled()
needs: testjob
uses: abhishekNKamble/github-slideshow/.github/workflows/Job2.yml@main