From a6ed49da09940cbcd75bd8adc833d8da3cad5b40 Mon Sep 17 00:00:00 2001 From: Erich Focht Date: Thu, 16 Nov 2023 17:09:21 +0100 Subject: [PATCH] Update container-test.yml --- .github/workflows/container-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/container-test.yml b/.github/workflows/container-test.yml index c2b3494..ca55867 100644 --- a/.github/workflows/container-test.yml +++ b/.github/workflows/container-test.yml @@ -1,5 +1,7 @@ name: container test - +on: + workflow-dispatch: + jobs: container-test-job: runs-on: ubuntu-latest