From 063aa19550f38f2b2c39009369598c0729dd1939 Mon Sep 17 00:00:00 2001 From: Oliver Hinds Date: Fri, 8 Sep 2023 10:38:35 -0700 Subject: [PATCH] Hack for now to run on self-hosted --- .github/workflows/guide-notebooks-ec2.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/guide-notebooks-ec2.yml b/.github/workflows/guide-notebooks-ec2.yml index 47b98144..3464d1c4 100644 --- a/.github/workflows/guide-notebooks-ec2.yml +++ b/.github/workflows/guide-notebooks-ec2.yml @@ -75,7 +75,8 @@ jobs: guide_notebooks_regression_ec2: - runs-on: ${{ needs.start_ec2_runner.outputs.RUNS_ON }} + #runs-on: ${{ needs.start_ec2_runner.outputs.RUNS_ON }} + runs-on: self-hosted needs: start_ec2_runner steps: - name: verify-instance