Update test-build.yml (#813)
Signed-off-by: idanran <96647698+idanran@users.noreply.github.com>pull/814/head
parent
ada62f3851
commit
f1023ec406
|
@ -9,10 +9,10 @@ on:
|
|||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
|
Loading…
Reference in New Issue