adasd54141
All checks were successful
Docker / build-and-push-image (push) Successful in 2m23s

This commit is contained in:
Troy 2025-05-05 23:47:52 +01:00
parent c0a2740ce1
commit a539c19862
Signed by: troy
GPG key ID: DFC06C02ED3B4711
2 changed files with 4 additions and 6 deletions

View file

@ -14,13 +14,8 @@ permissions:
contents: read
jobs:
run-tests:
uses: ./.forgejo/workflows/test.yml
build-and-push-image:
runs-on: nixos-x86_64-linux
needs:
- run-tests
steps:
- name: Checkout repository
uses: actions/checkout@v4

View file

@ -2,7 +2,10 @@ name: Test
on:
pull_request:
workflow_dispatch:
workflow_call:
permissions:
contents: read
jobs:
run-tests: