Skip to content

Commit 0915c1f

Browse files
committed
move GitLab back to default runner
Signed-off-by: Julia Plewa <[email protected]>
1 parent 3c6c7cf commit 0915c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: [ ubuntu-latest ]
8787
- provider: gitlab
8888
major-version: 8
89-
runs-on: [ self-hosted, active ]
89+
runs-on: [ ubuntu-latest ]
9090
- provider: digitalocean
9191
major-version: 4
9292
runs-on: [ ubuntu-latest ]

.github/workflows/publish_to_maven_local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: [ ubuntu-latest ]
8080
- provider: gitlab
8181
major-version: 8
82-
runs-on: [ self-hosted, active ]
82+
runs-on: [ ubuntu-latest ]
8383
- provider: digitalocean
8484
major-version: 4
8585
runs-on: [ ubuntu-latest ]

0 commit comments

Comments
 (0)