diff --git a/.github/workflows/anchor_platform_integration_check.yml b/.github/workflows/anchor_platform_integration_check.yml index 4de40c209..9ae91e063 100644 --- a/.github/workflows/anchor_platform_integration_check.yml +++ b/.github/workflows/anchor_platform_integration_check.yml @@ -8,7 +8,7 @@ on: - "release/**" - "releases/**" - "hotfix/**" - pull_request: + # pull_request: # TODO: re-enable this trigger before merging the PR workflow_call: # allows this workflow to be called from another workflow jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 898a498f9..cabb865d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: - "release/**" - "releases/**" - "hotfix/**" - pull_request: + # pull_request: # TODO: re-enable this trigger before merging the PR workflow_call: # allows this workflow to be called from another workflow jobs: diff --git a/.github/workflows/e2e_integration_test.yml b/.github/workflows/e2e_integration_test.yml index 9f333dcf0..5aa5d8df3 100644 --- a/.github/workflows/e2e_integration_test.yml +++ b/.github/workflows/e2e_integration_test.yml @@ -8,7 +8,7 @@ on: - "release/**" - "releases/**" - "hotfix/**" - pull_request: + # pull_request: # TODO: re-enable this trigger before merging the PR workflow_call: # allows this workflow to be called from another workflow env: