diff --git a/.github/workflows/actions-nightly.yml b/.github/workflows/actions-nightly.yml index 355a53883c..2a17f0ec64 100644 --- a/.github/workflows/actions-nightly.yml +++ b/.github/workflows/actions-nightly.yml @@ -4,8 +4,8 @@ on: push: branches: - master - pull_request: - workflow_dispatch: + # pull_request: + # workflow_dispatch: permissions: checks: write diff --git a/.github/workflows/lldb-formatter-tests.yml b/.github/workflows/lldb-formatter-tests.yml index 9aaba9eadd..3de37468ee 100644 --- a/.github/workflows/lldb-formatter-tests.yml +++ b/.github/workflows/lldb-formatter-tests.yml @@ -4,8 +4,8 @@ on: push: branches: - master - pull_request: - workflow_dispatch: + # pull_request: + # workflow_dispatch: jobs: format_tests: diff --git a/.github/workflows/proxy-compare.yml b/.github/workflows/proxy-compare.yml index 3eef6460d6..a78ae68189 100644 --- a/.github/workflows/proxy-compare.yml +++ b/.github/workflows/proxy-compare.yml @@ -4,7 +4,7 @@ on: push: branches: - master - pull_request: +# pull_request: jobs: proxy_compare: diff --git a/.github/workflows/template-test-current.yml b/.github/workflows/template-test-current.yml index 56382850fe..9740755a89 100644 --- a/.github/workflows/template-test-current.yml +++ b/.github/workflows/template-test-current.yml @@ -4,7 +4,7 @@ on: push: branches: - master - pull_request: + # pull_request: permissions: checks: write diff --git a/.github/workflows/template-test-released.yml b/.github/workflows/template-test-released.yml index e6227765db..a334631395 100644 --- a/.github/workflows/template-test-released.yml +++ b/.github/workflows/template-test-released.yml @@ -4,7 +4,7 @@ on: push: branches: - master - pull_request: + # pull_request: permissions: checks: write