Skip to content

Commit 812f466

Browse files
authored
Switch actions to self-hosted runner + containers
1 parent 7cf2838 commit 812f466

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/netlicesning-client-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
branches: [ master ]
99
pull_request:
1010
branches: [ master ]
11+
workflow_dispatch:
1112

1213
jobs:
1314
build:
14-
15-
runs-on: ubuntu-latest
16-
15+
runs-on: [self-hosted]
16+
container: maven:3.8.6-openjdk-11
1717
strategy:
1818
matrix:
1919
java-version: [11]

.github/workflows/netlicesning-client-codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ on:
1919
branches: [ master ]
2020
schedule:
2121
- cron: '0 0 */7 * *'
22+
workflow_dispatch:
2223

2324
jobs:
2425
analyze:
2526
name: Analyze
26-
runs-on: ubuntu-latest
27+
runs-on: [self-hosted]
28+
container: maven:3.8.6-openjdk-11
2729
permissions:
2830
actions: read
2931
contents: read

0 commit comments

Comments
 (0)