Skip to content

Commit

Permalink
Test self hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimk committed Dec 7, 2023
1 parent c0f0129 commit d3d6060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: CI

on:
push:
branches: [ master ]
branches: [ wip-test-github-actions-on-self-hosted-runners ]
pull_request:
branches: [ master ]
branches: [ wip-test-github-actions-on-self-hosted-runners ]

jobs:
test:

runs-on: ubuntu-latest
runs-on: gha-runner-scale-set

strategy:
matrix:
Expand Down

0 comments on commit d3d6060

Please sign in to comment.