diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index beb3b07826..6a8d9a665e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -14,7 +14,7 @@ on: - '.github/workflows/gsprocessing-workflow.yml' - 'docs/**' pull_request_target: - types: [ labeled, opened, reopened, synchronize, ready_for_review ] + types: [ labeled ] paths-ignore: - '.github/workflow_scripts/gsprocessing_pytest.sh' - '.github/workflow_scripts/gsprocessing_lint.sh' diff --git a/.github/workflows/gsprocessing-workflow.yml b/.github/workflows/gsprocessing-workflow.yml index b19a3d0855..3f9bd8235d 100644 --- a/.github/workflows/gsprocessing-workflow.yml +++ b/.github/workflows/gsprocessing-workflow.yml @@ -13,7 +13,7 @@ on: - 'graphstorm-processing/**' - '.github/workflows/gsprocessing-workflow.yml' pull_request_target: - types: [ labeled, opened, reopened, synchronize, ready_for_review ] + types: [ labeled ] paths: - '.github/workflow_scripts/gsprocessing_pytest.sh' - '.github/workflow_scripts/gsprocessing_lint.sh'