get rid of misleading name

This commit is contained in:
2025-07-29 17:04:52 -05:00
parent 1d7b150777
commit 1d8da4af76
+1 -3
View File
@@ -1,5 +1,3 @@
name: Integration Test
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
@@ -15,7 +13,7 @@ on:
jobs: jobs:
# YAML anchor for common job configuration # YAML anchor for common job configuration
.integration-test: &integration-test integration-test: &integration-test
runs-on: general runs-on: general
container: container:
image: "ghcr.io/catthehacker/ubuntu:js-24.04" image: "ghcr.io/catthehacker/ubuntu:js-24.04"