From db3a44e5b59aa728d88b25f45a6fd38787be5fb8 Mon Sep 17 00:00:00 2001 From: Shwetha Gururaj Date: Wed, 28 Feb 2024 11:45:52 -0500 Subject: [PATCH] Run int test workflow on push Co-authored-by: Marc Paquette --- .github/workflows/tests-integration.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index f28ee825bc1..ea6bb6f57b7 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -3,15 +3,15 @@ name: "Tests: Integration" run-name: "Integration [${{ github.event.workflow_run.head_branch }}]: ${{ github.event.workflow_run.head_commit.message }}" on: + workflow_dispatch: push: branches: - ginkgo2 - workflow_dispatch: workflow_run: - workflows: - - "Tests" - types: - - completed + # workflows: + # - "Tests" + # types: + # - completed jobs: run-integration-tests-cf-env: