diff --git a/.github/workflows/dynamoAllNet6.0_build.yml b/.github/workflows/dynamoAllNet6.0_build.yml index 11ae2706482..dd336f45275 100644 --- a/.github/workflows/dynamoAllNet6.0_build.yml +++ b/.github/workflows/dynamoAllNet6.0_build.yml @@ -1,6 +1,6 @@ # Build Dynamo using latest VS and DotNET name: DynamoAllNet6.0-Build -on: [push,pull_request] +on: [push,pull_request_target] jobs: build: runs-on: windows-latest @@ -46,7 +46,6 @@ jobs: if-no-files-found: warn retention-days: 3 - name: Repository Dispatch - if: github.event.pull_request.merged == true uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.DYNAMO_TESTS_TOKEN }}