From c3c091822f79eccc6f3a8bf5e0f2fdb3483c61ef Mon Sep 17 00:00:00 2001 From: Claudia Date: Tue, 12 Mar 2024 20:38:14 +0100 Subject: [PATCH 1/3] feat: update the actions to run over the PR changes instead of the commit changes --- .github/workflows/contracts-tests.yml | 2 +- .github/workflows/subgraph-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contracts-tests.yml b/.github/workflows/contracts-tests.yml index 2f42883d..fb34a28e 100644 --- a/.github/workflows/contracts-tests.yml +++ b/.github/workflows/contracts-tests.yml @@ -2,7 +2,7 @@ name: 'contracts' on: workflow_dispatch: - push: + pull_request: paths: - 'packages/contracts/**' - '.github/workflows/contracts-*.yml' diff --git a/.github/workflows/subgraph-tests.yml b/.github/workflows/subgraph-tests.yml index 9ba15f0f..ef013b86 100644 --- a/.github/workflows/subgraph-tests.yml +++ b/.github/workflows/subgraph-tests.yml @@ -2,7 +2,7 @@ name: 'subgraph' on: workflow_dispatch: - push: + pull_request: paths: - 'packages/subgraph/**' - 'packages/contracts/**' From b0f962dabbd0efd94ed3df5b39758cde72aa4278 Mon Sep 17 00:00:00 2001 From: Claudia Date: Tue, 12 Mar 2024 20:42:26 +0100 Subject: [PATCH 2/3] ci: comment to check the pipeline --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5ff62926..c2684d90 100644 --- a/README.md +++ b/README.md @@ -323,3 +323,5 @@ to deploy the subgraph and check your [Alchemy subgraph dashboard](https://subgr ## License This project is licensed under AGPL-3.0-or-later. + +small comment to check pipeline run all needed tests even if the commit is only changing the Readme From afae57edcb6ac00c7babebc0b1825d866a55b91b Mon Sep 17 00:00:00 2001 From: Claudia Date: Tue, 12 Mar 2024 20:43:42 +0100 Subject: [PATCH 3/3] ci: undo the last comment added on the readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c2684d90..5ff62926 100644 --- a/README.md +++ b/README.md @@ -323,5 +323,3 @@ to deploy the subgraph and check your [Alchemy subgraph dashboard](https://subgr ## License This project is licensed under AGPL-3.0-or-later. - -small comment to check pipeline run all needed tests even if the commit is only changing the Readme