From 83f2199da0f488699d35b1a9df83f5a79490696c Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Tue, 27 Aug 2024 08:54:43 +0000 Subject: [PATCH 1/2] Minor fixes --- .github/workflows/sepolia-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sepolia-test.yml b/.github/workflows/sepolia-test.yml index b93a3b615b2..24d09c5dbb7 100644 --- a/.github/workflows/sepolia-test.yml +++ b/.github/workflows/sepolia-test.yml @@ -1,7 +1,7 @@ name: Run public testnet test on: schedule: - - cron: '00 08 * * 1-5' + - cron: "00 08 * * 1-5" concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -46,9 +46,9 @@ jobs: run: | earthly-ci ./yarn-project+export-e2e-test-images - - name: Create list of devnet end-to-end jobs + - name: Create list of testnet end-to-end jobs id: e2e_list - run: echo "list=$(earthly ls ./yarn-project/end-to-end | grep 'public_testnet' | sed 's/+//' | jq -R . | jq -cs .)" >> $GITHUB_OUTPUT + run: echo "list=$(earthly ls ./yarn-project/end-to-end | grep 'public-testnet' | sed 's/+//' | jq -R . | jq -cs .)" >> $GITHUB_OUTPUT e2e: needs: build From f5b66818f2a4e7a36186e0d7238f31d2cb3b5e3c Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Tue, 27 Aug 2024 08:55:59 +0000 Subject: [PATCH 2/2] Change time --- .github/workflows/sepolia-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sepolia-test.yml b/.github/workflows/sepolia-test.yml index 24d09c5dbb7..d7220d02ff6 100644 --- a/.github/workflows/sepolia-test.yml +++ b/.github/workflows/sepolia-test.yml @@ -1,7 +1,7 @@ name: Run public testnet test on: schedule: - - cron: "00 08 * * 1-5" + - cron: "00 12 * * 1-5" concurrency: group: ${{ github.workflow }}-${{ github.ref }}