We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a90ce commit 44c329aCopy full SHA for 44c329a
.github/workflows/cicd.yaml
@@ -11,7 +11,7 @@ jobs:
11
contents: write
12
id-token: write
13
actions: read
14
- runs-on: jimdo-runner-1core
+ runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
with:
.github/workflows/commitlint.yaml
@@ -2,7 +2,7 @@ name: Lint Commit Messages
2
on: [pull_request]
3
jobs:
4
commitlint:
5
6
7
8
0 commit comments