Skip to content

Commit d95ec99

Browse files
ci: use for short workflows ubuntu-slim as gha image
1 parent 8176fa5 commit d95ec99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen_md_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
generate-and-deploy:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-slim # Use "ubuntu-latest" if the generated scripts you are using take longer than 15 minutes to run.
1919
# if: github.repository == ''
2020
steps:
2121

0 commit comments

Comments
 (0)