Closed
Description
I am new to github actions and not sure if this is supported currently
we would like to setup multiple conditional jobs on a single repo
is it possible to persist the checked out files accross multiple jobs
ie
task checkout code
task if has js changes
run npm install
run eslint
build & test on js
task if has .net changes
nuget restore
build & test
on .net if has changes
Metadata
Metadata
Assignees
Labels
No labels