Skip to content

Commit 28124b5

Browse files
api-clients-generation-pipeline[bot]jirikuncarci.datadog-api-spec
authored
Generate code in client (#481)
* Remove CI condition * Regenerate client from commit d58d627 of spec repo Co-authored-by: Jiri Kuncar <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent d827da3 commit 28124b5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.5.1.dev2",
7-
"regenerated": "2022-01-14 14:40:07.451731",
8-
"spec_repo_commit": "f03f589"
7+
"regenerated": "2022-01-17 16:12:30.657715",
8+
"spec_repo_commit": "d58d627"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2022-01-14 14:40:07.482275",
13-
"spec_repo_commit": "f03f589"
12+
"regenerated": "2022-01-17 16:12:30.682572",
13+
"spec_repo_commit": "d58d627"
1414
}
1515
}
1616
}

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Run Tests
22

3+
env:
4+
GIT_AUTHOR_EMAIL: "[email protected]"
5+
GIT_AUTHOR_NAME: "ci.datadog-api-spec"
6+
37
on:
48
pull_request:
59
branches:
@@ -15,8 +19,7 @@ jobs:
1519
if: >
1620
github.event.pull_request.draft == false &&
1721
!contains(github.event.pull_request.labels.*.name, 'ci/skip') &&
18-
!contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/') &&
19-
!contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
22+
!contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')
2023
steps:
2124
- name: Get GitHub App token
2225
id: get_token

0 commit comments

Comments
 (0)