diff --git a/.forgejo/workflows/build-all.yml b/.forgejo/workflows/build-all.yml index e2d3b19..0a80d9c 100644 --- a/.forgejo/workflows/build-all.yml +++ b/.forgejo/workflows/build-all.yml @@ -9,6 +9,10 @@ jobs: apt-get update -qq apt-get install -y -qq nodejs git clang - uses: actions/checkout@v3 + - id: vorebot + uses: ./.forgejo/build-service + with: + service-name: "vorebot" - id: asklyphe-auth-frontend uses: ./.forgejo/build-service with: @@ -33,7 +37,3 @@ jobs: uses: ./.forgejo/build-service with: service-name: "lyphedb" - - id: vorebot - uses: ./.forgejo/build-service - with: - service-name: "vorebot"