Skip to content

Commit c4d0c1f

Browse files
authored
ci: add missing required runs-on workflow job field (#4999)
1 parent f7315f4 commit c4d0c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
needs:
7171
- release-please
7272
- build-and-push-image # as we want to push chart when images are available
73+
runs-on: ubuntu-latest
7374
permissions:
7475
contents: read # for actions/checkout to fetch code
7576
id-token: write # for Cosign to be able to sign chart with GHA token

0 commit comments

Comments
 (0)