Skip to content

Commit

Permalink
Use self hosted runner to test runtime, prevent free minute exhaust
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jan 17, 2024
1 parent ed137e0 commit 70387c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
build:
if: github.repository == 'opf/openproject'
runs-on: ubuntu-latest
runs-on: [ self-hosted, aws, ubuntu22, x64, 2XL ]
strategy:
matrix:
include:
Expand Down

0 comments on commit 70387c5

Please sign in to comment.