Skip to content

Commit

Permalink
Make runner labels a list
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Jul 3, 2023
1 parent 30d865f commit bc3980a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/guide-notebooks-slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Guide Notebooks Regression
on: [push]
jobs:
start-node-runner:
runs-on: self-hosted, nobrainer-self-hosted-ci
runs-on: [self-hosted, nobrainer-self-hosted-ci]
outputs:
label: ${{ steps.srun.node_name }}
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
guide-notebooks-regression:
needs: start-node-runner
runs-on: self-hosted, nobrainer-self-hosted-ci-runner
runs-on: [self-hosted, nobrainer-self-hosted-ci-runner]
steps:
- run: echo "automatically triggered by a ${{ github.event_name }} event"
- run: echo "running on a ${{ runner.os }} server hosted by github"
Expand Down

0 comments on commit bc3980a

Please sign in to comment.