Skip to content

Commit 54e6381

Browse files
committed
ci(github): replace self-hosted runners with ubuntu-latest
- Updated gradle.yml workflow to use ubuntu-latest runner - Updated publish.yml workflow to use ubuntu-latest runner - Updated check-commit-message.yml workflow to use ubuntu-latest runner - Updated copyright year in check-commit-message.yml to 2026 - Lines added: 4, lines removed: 4 Co-authored-by-AI: IBM Bob 1.0.3
1 parent 6225daf commit 54e6381

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-commit-message.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 IBM Corporation and others.
1+
# Copyright 2026 IBM Corporation and others.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
check-commit-message:
2626
name: Check Commit Message
27-
runs-on: self-hosted
27+
runs-on: ubuntu-latest
2828
steps:
2929
- name: Check Commit Type
3030
uses: gsactions/commit-message-checker@v2

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
build:
2828

29-
runs-on: self-hosted
29+
runs-on: ubuntu-latest
3030

3131
steps:
3232
- uses: actions/checkout@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121
contents: write
2222
jobs:
2323
deploy:
24-
runs-on: self-hosted
24+
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v3
2727
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)