Skip to content

Commit 866f6ca

Browse files
committed
cleanup
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 6233e14 commit 866f6ca

File tree

8 files changed

+13
-20
lines changed

8 files changed

+13
-20
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
name: OpenTelemetry Acceptance Tests
33

4-
on:
5-
push:
6-
branches: ["main"]
7-
pull_request:
8-
branches: ["main"]
4+
on: [pull_request]
95

106
permissions: {}
117

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
name: Build
33

4-
on:
5-
push:
6-
branches: ["main"]
7-
pull_request:
8-
branches: ["main"]
4+
on: [pull_request]
95

106
permissions: {}
117

.github/workflows/lint-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Acceptance Tests
2+
name: Lint What Super Linter Can't
33

44
on: [pull_request]
55

.github/workflows/native-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
name: GraalVM Native Tests
33

4-
on:
5-
push:
6-
branches: ["main"]
7-
pull_request:
8-
branches: ["main"]
4+
on: [pull_request]
95

106
permissions: {}
117

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions: {}
1414

1515
steps:
16-
- name: Debug gpg key - remove after debugging
16+
- name: Debug gpg key
1717
env:
1818
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
1919
run: |

.github/workflows/super-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: Lint
33

4-
on:
5-
pull_request:
4+
on: [pull_request]
65

76
jobs:
87
lint:

.github/workflows/test-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Build
2+
name: Test Build Release
33

44
on:
55
push:

RELEASING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55
3. Click on "Generate release notes" to auto-generate the release notes based on the commits since
66
the last release.
77
4. Click on "Publish release".
8+
9+
## If the GPG key expired
10+
11+
1. Generate a new key: https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key#generating-a-gpg-key
12+
2. Update the passphrase: https://github.com/prometheus/client_java/settings/secrets/actions/GPG_SIGNING_PASSPHRASE
13+
3. Update the GPG key: https://github.com/prometheus/client_java/settings/secrets/actions/GPG_SIGNING_KEY

0 commit comments

Comments
 (0)