From 336add4fa35b4b179219dfc9de927ac9cca80f27 Mon Sep 17 00:00:00 2001 From: antondlr Date: Tue, 14 May 2024 14:57:16 +0300 Subject: [PATCH] fixes --- .github/workflows/test-windows-runner.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-windows-runner.yml b/.github/workflows/test-windows-runner.yml index 8396903e0de..c5b353cc464 100644 --- a/.github/workflows/test-windows-runner.yml +++ b/.github/workflows/test-windows-runner.yml @@ -1,4 +1,4 @@ -name: test-suite +name: test-windows-runner on: push: @@ -17,10 +17,10 @@ env: RUSTFLAGS: "-D warnings -C debuginfo=0" # Prevent Github API rate limiting. LIGHTHOUSE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # Enable self-hosted runners for the sigp repo only. - SELF_HOSTED_RUNNERS: ${{ github.repository == 'sigp/lighthouse' }} + # Enable self-hosted runners for the antondlr repo only. + SELF_HOSTED_RUNNERS: ${{ github.repository == 'antondlr/lighthouse' }} # Self-hosted runners need to reference a different host for `./watch` tests. - WATCH_HOST: ${{ github.repository == 'sigp/lighthouse' && 'host.docker.internal' || 'localhost' }} + WATCH_HOST: ${{ github.repository == 'antondlr/lighthouse' && 'host.docker.internal' || 'localhost' }} # Disable incremental compilation CARGO_INCREMENTAL: 0 # Enable portable to prevent issues with caching `blst` for the wrong CPU type