From 455fb60563271cbadb6fc09aa6c3b7dd431c5027 Mon Sep 17 00:00:00 2001 From: jalencato Date: Thu, 2 Apr 2026 20:02:31 -0700 Subject: [PATCH 1/4] Update continuous-integration.yml --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index beb3b07826..9b5d36bee0 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, opened, reopened, ready_for_review ] paths-ignore: - '.github/workflow_scripts/gsprocessing_pytest.sh' - '.github/workflow_scripts/gsprocessing_lint.sh' From 4db8e1ede91d38e86617419571203af1103d243b Mon Sep 17 00:00:00 2001 From: jalencato Date: Thu, 2 Apr 2026 20:03:02 -0700 Subject: [PATCH 2/4] Update gsprocessing-workflow.yml --- .github/workflows/gsprocessing-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gsprocessing-workflow.yml b/.github/workflows/gsprocessing-workflow.yml index b19a3d0855..807e428677 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, opened, reopened, ready_for_review ] paths: - '.github/workflow_scripts/gsprocessing_pytest.sh' - '.github/workflow_scripts/gsprocessing_lint.sh' From da9dbb63da2464c01d9f59b840ff56a012838488 Mon Sep 17 00:00:00 2001 From: jalencato Date: Thu, 2 Apr 2026 20:07:26 -0700 Subject: [PATCH 3/4] Update continuous-integration.yml --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9b5d36bee0..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, ready_for_review ] + types: [ labeled ] paths-ignore: - '.github/workflow_scripts/gsprocessing_pytest.sh' - '.github/workflow_scripts/gsprocessing_lint.sh' From dad1433097538f51f656fde951600342bb481d3a Mon Sep 17 00:00:00 2001 From: jalencato Date: Thu, 2 Apr 2026 20:07:54 -0700 Subject: [PATCH 4/4] Update gsprocessing-workflow.yml --- .github/workflows/gsprocessing-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gsprocessing-workflow.yml b/.github/workflows/gsprocessing-workflow.yml index 807e428677..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, ready_for_review ] + types: [ labeled ] paths: - '.github/workflow_scripts/gsprocessing_pytest.sh' - '.github/workflow_scripts/gsprocessing_lint.sh'