Skip to content

Commit

Permalink
Merge pull request #9 from getyourguide/use-self-hosted-runners
Browse files Browse the repository at this point in the history
NoTicket: Use self-hosted runners instead of GitHub-hosted runners
  • Loading branch information
ebrard authored Nov 13, 2023
2 parents b880572 + bf36117 commit c56ac26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: [self-hosted, small]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c56ac26

Please sign in to comment.