From 04bc50bc1218ccd487c55aef7ec7f003ce0ae59e Mon Sep 17 00:00:00 2001 From: Nikos Iliakis Date: Thu, 16 Mar 2023 16:47:48 +0200 Subject: [PATCH 1/4] Add empty job --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33520e85695..3b1c4baa6da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,3 +147,7 @@ jobs: if: steps.cache-deps.outputs.cache-hit != 'true' - run: bash ./scripts/ci.sh + build: + runs-on: ubuntu-latest + steps: + - run: 'echo "No build required"' \ No newline at end of file From ead918c85822edc90f371935729dbc546f7ccb71 Mon Sep 17 00:00:00 2001 From: Nikos Iliakis Date: Thu, 16 Mar 2023 17:09:24 +0200 Subject: [PATCH 2/4] test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a21fd6baeec..eeb57a68178 100644 --- a/README.md +++ b/README.md @@ -320,3 +320,5 @@ This project adheres to the [Release Guidelines](./REVIEW.md). ## Semantic versioning This project follows [semver](https://semver.org/) as closely as possible **from version 1.3.0 onwards**. Earlier minor version bumps [might](https://github.com/ethereum/web3.js/issues/3758) have included breaking behavior changes. + +test \ No newline at end of file From 9cccb240a46ab784b16af58ed4a0f1e2b650f846 Mon Sep 17 00:00:00 2001 From: Nikos Iliakis Date: Fri, 17 Mar 2023 11:03:01 +0200 Subject: [PATCH 3/4] undo test --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index eeb57a68178..95f93f799d9 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,4 @@ This project adheres to the [Release Guidelines](./REVIEW.md). ## Semantic versioning -This project follows [semver](https://semver.org/) as closely as possible **from version 1.3.0 onwards**. Earlier minor version bumps [might](https://github.com/ethereum/web3.js/issues/3758) have included breaking behavior changes. - -test \ No newline at end of file +This project follows [semver](https://semver.org/) as closely as possible **from version 1.3.0 onwards**. Earlier minor version bumps [might](https://github.com/ethereum/web3.js/issues/3758) have included breaking behavior changes. \ No newline at end of file From 06ab0badc6b798e33fb9cce100fea32383025057 Mon Sep 17 00:00:00 2001 From: Nikos Iliakis Date: Fri, 17 Mar 2023 11:03:35 +0200 Subject: [PATCH 4/4] undo test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f93f799d9..a21fd6baeec 100644 --- a/README.md +++ b/README.md @@ -319,4 +319,4 @@ This project adheres to the [Release Guidelines](./REVIEW.md). ## Semantic versioning -This project follows [semver](https://semver.org/) as closely as possible **from version 1.3.0 onwards**. Earlier minor version bumps [might](https://github.com/ethereum/web3.js/issues/3758) have included breaking behavior changes. \ No newline at end of file +This project follows [semver](https://semver.org/) as closely as possible **from version 1.3.0 onwards**. Earlier minor version bumps [might](https://github.com/ethereum/web3.js/issues/3758) have included breaking behavior changes.