Skip to content

Commit 44c329a

Browse files
committed
fix: use github runners
1 parent 66a90ce commit 44c329a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
id-token: write
1313
actions: read
14-
runs-on: jimdo-runner-1core
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:

.github/workflows/commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint Commit Messages
22
on: [pull_request]
33
jobs:
44
commitlint:
5-
runs-on: jimdo-runner-1core
5+
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
88
with:

0 commit comments

Comments
 (0)