Update workflows
This commit is contained in:
parent
99e0d6a270
commit
0bf76cca53
@ -5,8 +5,6 @@ defaults:
|
|||||||
shell: bash -ileo pipefail {0}
|
shell: bash -ileo pipefail {0}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ main ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
@ -5,10 +5,12 @@ on:
|
|||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
test:
|
||||||
|
uses: ./.gitea/workflows/deno.yml
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
uses: ./.gitea/workflows/deno.yml
|
|
||||||
needs: test
|
needs: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user