Skip to content

Commit

Permalink
switch to self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
JHogenboom committed Jul 30, 2024
1 parent d2132ed commit efb7029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: [self-hosted, SURF]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
execute-vantage6-task:
runs-on: ubuntu-latest
runs-on: [self-hosted, SURF]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit efb7029

Please sign in to comment.