Skip to content

Commit

Permalink
Merge pull request #10 from getyourguide/revert-9-use-self-hosted-run…
Browse files Browse the repository at this point in the history
…ners

Revert "NoTicket: Use self-hosted runners instead of GitHub-hosted runners"
  • Loading branch information
daniddelrio authored Nov 14, 2023
2 parents c56ac26 + ea903a5 commit 524cfe3
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: [self-hosted, small]
runs-on: ubuntu-latest

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

0 comments on commit 524cfe3

Please sign in to comment.