File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222
2323# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2424jobs :
25- # This workflow contains a single job called "build"
26- build :
25+ # This workflow contains a single job called "build-ci-crm "
26+ build-ci-crm :
2727 # The type of runner that the job will run on
2828 runs-on : ubuntu-latest
2929
Original file line number Diff line number Diff line change 2727 - ' !projects/app-crm/**'
2828# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2929jobs :
30- # This workflow contains a single job called "build"
31- build :
30+ # This workflow contains a single job called "build-ci-lob "
31+ build-ci-lob :
3232 # The type of runner that the job will run on
3333 runs-on : ubuntu-latest
3434
Original file line number Diff line number Diff line change 2020 - ' !projects/**'
2121# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2222jobs :
23- # This workflow contains a single job called "build"
24- build :
23+ # This workflow contains a single job called "build-ci "
24+ build-ci :
2525 # The type of runner that the job will run on
2626 runs-on : ubuntu-latest
2727
You can’t perform that action at this time.
0 commit comments