This commit is contained in:
parent
c0a2740ce1
commit
a539c19862
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -2,7 +2,10 @@ name: Test
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue