Skip to content

Commit

Permalink
Merge pull request #265 from BodenmillerGroup/Milad4849-patch-2
Browse files Browse the repository at this point in the history
Update build.yml to use self-hosted runner
  • Loading branch information
Milad4849 authored Jun 21, 2024
2 parents d232516 + 49545cf commit 7b73f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
ghcr:
needs: test
if: startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest-m
runs-on: self-hosted
steps:
- name: Print GitHub context
run: echo "GITHUB_REF=$GITHUB_REF"

- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 7b73f29

Please sign in to comment.