Skip to content

Commit

Permalink
Run on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Jun 30, 2023
1 parent 97c9b88 commit a089e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/guide-notebooks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Guide Notebooks Regression
run-name: ${{ github.actor }}
run-name: Guide Notebooks Regression
on: [push]
jobs:
guide-notebooks-regression:
runs-on: ubuntu-latest
runs-on: nobrainer-self-hosted-ci
steps:
- run: echo "automatically triggered by a ${{ github.event_name }} event"
- run: echo "running on a ${{ runner.os }} server hosted by github"
Expand All @@ -19,5 +19,5 @@ jobs:
- name: run
run: |
for notebook in $(ls guide/[0-9][0-9]-*.ipynb); do
jupyter nbconvert --execute ${notebook} --to html --stdout
srun -p gablab --mem=16G -t 10 jupyter nbconvert --execute ${notebook} --to markdown --stdout
done

0 comments on commit a089e31

Please sign in to comment.