From fca3c73debcb1ebc16e174c0e19ad819258692f2 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Thu, 26 Sep 2024 14:39:54 +0200 Subject: [PATCH 1/2] chore(BACK-7692): CI fixes - use correct runners --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 6edd3784..5099024d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -47,7 +47,7 @@ jobs: update_cal: name: 🔁 trigger Ledger Crypto Assets List update - runs-on: ledgerhq-shared-small + runs-on: public-ledgerhq-shared-small timeout-minutes: 60 strategy: matrix: From 9a503dcb3b804137a192fc5882b9ec5ea65b7602 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Thu, 26 Sep 2024 14:54:24 +0200 Subject: [PATCH 2/2] chore(BACK-7692): CI fixes - improve label --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 5099024d..7c3657d2 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -46,7 +46,7 @@ jobs: run: erc7730 lint registry --gha update_cal: - name: 🔁 trigger Ledger Crypto Assets List update + name: 🔁 trigger updates runs-on: public-ledgerhq-shared-small timeout-minutes: 60 strategy: