Skip to content

Commit

Permalink
chore: switch to self-hosted pro
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-sysbio committed Nov 29, 2023
1 parent 88cca1c commit 79f120d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
setup:
runs-on: ubuntu-latest
runs-on: self-hosted
container:
image: ghcr.io/metabolicatlas/memote-docker:0.13
volumes:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

validate:
needs: setup
runs-on: ubuntu-latest-m
runs-on: self-hosted
container:
image: ghcr.io/metabolicatlas/memote-docker:0.13
volumes:
Expand All @@ -71,7 +71,7 @@ jobs:
python -c 'import runner; runner.validate("${{ matrix.gem }}")'
- name: Update branch
run: git pull --ff
run: git pull --rebase

- name: Auto-commit results
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 79f120d

Please sign in to comment.