From 1d8da4af76fc0fe6124b044016087aeb9672b1d1 Mon Sep 17 00:00:00 2001 From: Brian Salcedo Date: Tue, 29 Jul 2025 17:04:52 -0500 Subject: [PATCH] get rid of misleading name --- .forgejo/workflows/integration-test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"