Skip to content

Commit 69e3437

Browse files
committed
fix
1 parent e95e3c4 commit 69e3437

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-dashboard.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ permissions:
99
contents: write
1010
jobs:
1111
update-dashboard:
12-
runs-on: large-runner
12+
runs-on:
13+
group: Default
14+
labels: ubuntu-latest-8-core
1315
steps:
1416
- name: Checkout code
1517
uses: actions/checkout@v3

0 commit comments

Comments
 (0)