Skip to content

Commit

Permalink
Hack for now to run on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Sep 8, 2023
1 parent daa9ae7 commit 063aa19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/guide-notebooks-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 063aa19

Please sign in to comment.