From 80af1ac3ae820d82ff46d8dc8114b743ca724feb Mon Sep 17 00:00:00 2001 From: Jochem Brouwer Date: Thu, 15 Aug 2024 00:38:25 +0200 Subject: [PATCH] disable almost all ci - REMOVE ME --- .github/workflows/blockchain-build.yml | 4 ++-- .github/workflows/browser.yml | 4 ++-- .github/workflows/client-build.yml | 4 ++-- .github/workflows/common-build.yml | 4 ++-- .github/workflows/devp2p-build.yml | 4 ++-- .github/workflows/ethash-build.yml | 4 ++-- .github/workflows/evm-build.yml | 4 ++-- .github/workflows/examples.yml | 4 ++-- .github/workflows/genesis-build.yml | 4 ++-- .github/workflows/lockfile.yml | 4 ++-- .github/workflows/rlp-build.yml | 4 ++-- .github/workflows/statemanager-build.yml | 4 ++-- .github/workflows/trie-build.yml | 4 ++-- .github/workflows/tx-build.yml | 4 ++-- .github/workflows/util-build.yml | 4 ++-- .github/workflows/verkle-build.yml | 4 ++-- .github/workflows/vm-pr.yml | 4 ++-- .github/workflows/wallet-build.yml | 4 ++-- 18 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/blockchain-build.yml b/.github/workflows/blockchain-build.yml index d8faae7d70..83537d07f5 100644 --- a/.github/workflows/blockchain-build.yml +++ b/.github/workflows/blockchain-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/browser.yml b/.github/workflows/browser.yml index 5465463ef3..a10e44e197 100644 --- a/.github/workflows/browser.yml +++ b/.github/workflows/browser.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 065e7185e3..84ade1f377 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/common-build.yml b/.github/workflows/common-build.yml index ec2a134ad2..326c9ba149 100644 --- a/.github/workflows/common-build.yml +++ b/.github/workflows/common-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/devp2p-build.yml b/.github/workflows/devp2p-build.yml index 9da55bc3b7..89eb3e652e 100644 --- a/.github/workflows/devp2p-build.yml +++ b/.github/workflows/devp2p-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/ethash-build.yml b/.github/workflows/ethash-build.yml index e9a90041c6..828716417d 100644 --- a/.github/workflows/ethash-build.yml +++ b/.github/workflows/ethash-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/evm-build.yml b/.github/workflows/evm-build.yml index d1fbe170de..c1b502cd15 100644 --- a/.github/workflows/evm-build.yml +++ b/.github/workflows/evm-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 65ed2467f0..4372a56655 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: concurrency: diff --git a/.github/workflows/genesis-build.yml b/.github/workflows/genesis-build.yml index 5eb151352f..7deab1d0f4 100644 --- a/.github/workflows/genesis-build.yml +++ b/.github/workflows/genesis-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/lockfile.yml b/.github/workflows/lockfile.yml index 5ff7cd8853..05325525a0 100644 --- a/.github/workflows/lockfile.yml +++ b/.github/workflows/lockfile.yml @@ -1,8 +1,8 @@ name: lockfile-lint on: - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/rlp-build.yml b/.github/workflows/rlp-build.yml index d7de54212e..1bedaf0bf4 100644 --- a/.github/workflows/rlp-build.yml +++ b/.github/workflows/rlp-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/statemanager-build.yml b/.github/workflows/statemanager-build.yml index e3477e5c0e..ab2663fdbc 100644 --- a/.github/workflows/statemanager-build.yml +++ b/.github/workflows/statemanager-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/trie-build.yml b/.github/workflows/trie-build.yml index 37d92c3986..9df11a70c8 100644 --- a/.github/workflows/trie-build.yml +++ b/.github/workflows/trie-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/tx-build.yml b/.github/workflows/tx-build.yml index 01bcb0f3f9..473ca3db79 100644 --- a/.github/workflows/tx-build.yml +++ b/.github/workflows/tx-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/util-build.yml b/.github/workflows/util-build.yml index 194edee319..3991eb9ab3 100644 --- a/.github/workflows/util-build.yml +++ b/.github/workflows/util-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/verkle-build.yml b/.github/workflows/verkle-build.yml index b680510274..f22648d0b4 100644 --- a/.github/workflows/verkle-build.yml +++ b/.github/workflows/verkle-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/vm-pr.yml b/.github/workflows/vm-pr.yml index 15cd31d8c1..ce43a8ee07 100644 --- a/.github/workflows/vm-pr.yml +++ b/.github/workflows/vm-pr.yml @@ -1,7 +1,7 @@ name: VM on: - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: diff --git a/.github/workflows/wallet-build.yml b/.github/workflows/wallet-build.yml index 9a9ecb8022..011e18d0e4 100644 --- a/.github/workflows/wallet-build.yml +++ b/.github/workflows/wallet-build.yml @@ -3,8 +3,8 @@ on: push: branches: [master, develop] tags: ['*'] - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] workflow_dispatch: env: