get rid of misleading name
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user