Skip to content

Commit dc9bc4e

Browse files
Merge pull request #318 from pulsar-edit/Update-runs-on-field-for-version-bump-workflow
CI: Fix `runs-on:` field in update-version.yaml
2 parents 1620006 + 7a77fec commit dc9bc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update_docs:
99
if: contains(github.event.issue.labels.*.name, 'update-version')
10-
runs-on: ubuntu
10+
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
1313
pull-requests: write

0 commit comments

Comments
 (0)