From 90a5dcde56829e1dc5777f22d3d325cae4f2d483 Mon Sep 17 00:00:00 2001 From: davidbrai Date: Thu, 12 Dec 2024 12:07:10 +0000 Subject: [PATCH 1/2] pin subgraph ci on ubuntu 22 see: https://github.com/LimeChain/matchstick/issues/427 and: https://github.com/actions/runner-images/issues/10636 --- .github/workflows/subgraph-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/subgraph-test.yaml b/.github/workflows/subgraph-test.yaml index 383a18a21..01759b853 100644 --- a/.github/workflows/subgraph-test.yaml +++ b/.github/workflows/subgraph-test.yaml @@ -14,7 +14,7 @@ on: jobs: build_and_test: name: Build and Test - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 with: From 55e3892b97ac9c14515cdb0b044172e7d229dc9b Mon Sep 17 00:00:00 2001 From: davidbrai Date: Thu, 12 Dec 2024 12:10:14 +0000 Subject: [PATCH 2/2] add subgraph ci file to trigger ci --- .github/workflows/subgraph-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/subgraph-test.yaml b/.github/workflows/subgraph-test.yaml index 01759b853..7f5133a49 100644 --- a/.github/workflows/subgraph-test.yaml +++ b/.github/workflows/subgraph-test.yaml @@ -8,6 +8,7 @@ on: paths: - 'packages/nouns-contracts/abi/contracts/**' - 'packages/nouns-subgraph/**' + - '.github/workflows/subgraph-test.yaml' branches: - '**'