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'