diff --git a/.github/workflows/python_wheel_build.yml b/.github/workflows/python_wheel_build.yml index a3e980f66cc5c..e46acad4176f1 100644 --- a/.github/workflows/python_wheel_build.yml +++ b/.github/workflows/python_wheel_build.yml @@ -11,7 +11,7 @@ on: schedule: - cron: '01 1 * * *' pull_request: - types: [opened, synchronize, reopened, labeled] + types: [synchronize, reopened, labeled] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}