Update workflows
Some checks reported warnings
Deno test / test (push) Successful in 30s
Build docker image / build-image (push) Has been cancelled

This commit is contained in:
Mario Romero 2023-05-17 21:03:44 -04:00
parent b12d52488f
commit f5b33f4cd1
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_call:
jobs:
test:

View File

@ -8,7 +8,7 @@ jobs:
build-image:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: Deno test
needs: test
steps:
- name: Checkout