We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98e3e1 commit 545b2a1Copy full SHA for 545b2a1
1 file changed
.github/workflows/ci-multi-server-tests.yml
@@ -2,10 +2,12 @@ name: Multi-Server CI Tests
2
3
on:
4
push:
5
+ branches-ignore:
6
+ - coverity_scan
7
+ - run-fuzzer**
8
+ - debug-fuzzer-**
9
branches: [ "loadgen-5hs-tests" ]
-
10
pull_request:
- branches: [ "loadgen-5hs-tests" ]
11
paths:
12
- '.github/workflows/ci-multi-server-tests.yml'
13
- 'src/tests/multi-server/**'
@@ -16,7 +18,7 @@ jobs:
16
18
runs-on: ubuntu-latest
17
19
outputs:
20
#selfhosted: 0
- selfhosted: ${{ (github.repository_owner == 'FreeRADIUS' || github.repository_owner == 'marc-casavant') && '1' || '0' }}
21
+ selfhosted: ${{ (github.repository_owner == 'FreeRADIUS') && '1' || '0' }}
22
steps:
23
- run: echo "Pre-test job; checking if using self-hosted runners"
24
0 commit comments