diff --git a/.forgejo/workflows/integration-test.yaml b/.forgejo/workflows/integration-test.yaml index c9ed012..8caa3b4 100644 --- a/.forgejo/workflows/integration-test.yaml +++ b/.forgejo/workflows/integration-test.yaml @@ -1,5 +1,3 @@ -name: Integration Test - on: workflow_dispatch: inputs: @@ -15,7 +13,7 @@ on: jobs: # YAML anchor for common job configuration - .integration-test: &integration-test + integration-test: &integration-test runs-on: general container: image: "ghcr.io/catthehacker/ubuntu:js-24.04"