Skip to content

Commit 545b2a1

Browse files
committed
Multi-server CI workflow can run on any branch now.
1 parent e98e3e1 commit 545b2a1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Multi-Server CI Tests
22

33
on:
44
push:
5+
branches-ignore:
6+
- coverity_scan
7+
- run-fuzzer**
8+
- debug-fuzzer-**
59
branches: [ "loadgen-5hs-tests" ]
6-
710
pull_request:
8-
branches: [ "loadgen-5hs-tests" ]
911
paths:
1012
- '.github/workflows/ci-multi-server-tests.yml'
1113
- 'src/tests/multi-server/**'
@@ -16,7 +18,7 @@ jobs:
1618
runs-on: ubuntu-latest
1719
outputs:
1820
#selfhosted: 0
19-
selfhosted: ${{ (github.repository_owner == 'FreeRADIUS' || github.repository_owner == 'marc-casavant') && '1' || '0' }}
21+
selfhosted: ${{ (github.repository_owner == 'FreeRADIUS') && '1' || '0' }}
2022
steps:
2123
- run: echo "Pre-test job; checking if using self-hosted runners"
2224

0 commit comments

Comments
 (0)