File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 actions : read # download-artifact
1010 contents : read # required for actions/checkout
1111 steps :
12- - name : Checkout noobaa-core
12+ - name : Checkout
1313 uses : actions/checkout@v4
1414 with :
15- repository : ' noobaa/noobaa-core'
15+ repository : noobaa/noobaa-core
1616 path : ' noobaa-core'
1717
1818 - name : Download artifact
Original file line number Diff line number Diff line change 99 actions : read # download-artifact
1010 contents : read # required for actions/checkout
1111 steps :
12- - name : checkout
12+ - name : Checkout noobaa-core
1313 uses : actions/checkout@v4
1414
1515 - name : Download artifact
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ on: [workflow_call]
44
55jobs :
66 warp-nc-tests :
7+ name : warp-nc-tests
78 runs-on : ubuntu-latest
89 timeout-minutes : 90
910 permissions :
You can’t perform that action at this time.
0 commit comments