We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3195e1 commit 282fec8Copy full SHA for 282fec8
.github/workflows/ruby-core.yml
@@ -1,4 +1,4 @@
1
-name: ruby-core
+name: Document generation test with ruby/ruby
2
3
on:
4
pull_request:
@@ -16,7 +16,7 @@ permissions: # added using https://github.com/step-security/secure-workflows
16
jobs:
17
ruby_core:
18
name: Generate ruby/ruby documentation with the current RDoc commit
19
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
20
strategy:
21
fail-fast: false
22
timeout-minutes: 30
0 commit comments