Update workflows
This commit is contained in:
parent
5b46906b15
commit
888dad9bef
@ -1,4 +1,4 @@
|
|||||||
name: Build docker image
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -6,9 +6,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
uses: ./.gitea/workflows/deno.yml
|
uses: ./.gitea/workflows/test.yml
|
||||||
|
|
||||||
build-image:
|
push-docker-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
needs: test
|
needs: test
|
@ -1,4 +1,4 @@
|
|||||||
name: Deno test
|
name: Test
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
Loading…
Reference in New Issue
Block a user