From 6697858dfea772163b4e92161e23f5eeddcaad8b Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Tue, 19 Nov 2024 10:16:47 +0100 Subject: [PATCH] Try to test the IT setup --- .github/workflows/run-integration-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 37e6a0aa55..34e7bc4e6c 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -7,8 +7,12 @@ # https://docs.github.com/en/actions/learn-github-actions/expressions#example-returning-a-json-object name: "Integration tests" on: + workflow_dispatch: issue_comment: types: [ created ] + push: + branches: + - rossendrijver/metrics_integration_test permissions: contents: read jobs: