Skip to content

Commit 657fb8b

Browse files
committed
Fix push-to-main to use ubuntu-latest
1 parent 8dfab7f commit 657fb8b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/push-to-main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
jobs:
99
pull_request:
1010
name: Create Pull Request
11-
runs-on: ubuntu-slim
11+
# Must use ubuntu-latest (not ubuntu-slim) because devops-infra/action-pull-request
12+
# is a Docker container action and ubuntu-slim does not have a Docker daemon.
13+
runs-on: ubuntu-latest
1214
steps:
1315
- name: Checkout repo
1416
uses: actions/checkout@v6

0 commit comments

Comments
 (0)