Skip to content

Commit e221931

Browse files
committed
Re-enabled the option to use self-hosted runners.
1 parent d3ad1df commit e221931

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-multi-server-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
pre-test:
1717
runs-on: ubuntu-latest
1818
outputs:
19-
selfhosted: 0
20-
#selfhosted: ${{ (github.repository_owner == 'FreeRADIUS') && '1' || '0' }}
19+
#selfhosted: 0
20+
selfhosted: ${{ (github.repository_owner == 'FreeRADIUS') && '1' || '0' }}
2121
steps:
2222
- run: echo "Pre-test job; checking if using self-hosted runners"
2323

0 commit comments

Comments
 (0)