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