From 1568c3937a143ee9c4c6bde1b619223978ab3113 Mon Sep 17 00:00:00 2001 From: sk593 Date: Mon, 8 Jan 2024 16:33:45 -0800 Subject: [PATCH] test --- .github/workflows/functional-test.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/functional-test.yaml b/.github/workflows/functional-test.yaml index d763cb4d8e..6b7f3401f0 100644 --- a/.github/workflows/functional-test.yaml +++ b/.github/workflows/functional-test.yaml @@ -24,10 +24,6 @@ on: # Dispatch on external events repository_dispatch: types: [de-functional-test] - workflow_run: - workflows: ['Approve Functional Tests'] - types: - - completed env: # Go version @@ -75,7 +71,7 @@ jobs: build: name: Build Radius for test runs-on: ubuntu-latest - if: github.event_name == 'repository_dispatch' || (github.event_name == 'schedule' && github.repository == 'radius-project/radius') || github.event_name == 'workflow_run' + if: github.event_name == 'repository_dispatch' || (github.event_name == 'schedule' && github.repository == 'sk593/radius') env: DE_IMAGE: 'ghcr.io/radius-project/deployment-engine' DE_TAG: 'latest'