Update workflows
Some checks failed
Build docker image / test (push) Successful in 30s
Build docker image / build-image (push) Failing after 30s

This commit is contained in:
Mario Romero 2023-05-17 21:14:34 -04:00
parent 99e0d6a270
commit 0bf76cca53
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,6 @@ defaults:
shell: bash -ileo pipefail {0}
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_call:

View File

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