Update test-build.yml (#813)

Signed-off-by: idanran <96647698+idanran@users.noreply.github.com>
pull/814/head
idanran 2023-06-07 21:01:04 +08:00 committed by GitHub
parent ada62f3851
commit f1023ec406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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