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 14250da commit e1c7033Copy full SHA for e1c7033
.github/workflows/codegen.yaml
@@ -10,7 +10,7 @@ jobs:
10
# As of November 2023, it returns 269 service names.
11
uses: googleapis/discovery-artifact-manager/.github/workflows/list-services.yml@master
12
total_service_size_check:
13
- runs-on: ubuntu-20.04
+ runs-on: 'ubuntu-24.04'
14
needs: discovery
15
steps:
16
- uses: actions/github-script@v5
@@ -24,7 +24,7 @@ jobs:
24
throw new Error(`Total services (${services.length}) exceed limit of ${MAX_SERVICE_SIZE}`)
25
}
26
batch:
27
28
29
outputs:
30
# As of November 2023, the output of batch job is a 3-element array, which contains a chunk of 100 service names
0 commit comments