Skip to content

Commit

Permalink
chore(ci): switch GHA runner to self-hosted [CRE-2461]
Browse files Browse the repository at this point in the history
  • Loading branch information
arvin-akbarzadeh authored Jan 9, 2024
1 parent ca062d6 commit cde06f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: [ self-hosted, jimdo-runner-1core ]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit cde06f1

Please sign in to comment.