Skip to content

Commit a8c093b

Browse files
authored
chore: removing 'generation diff/release-please-config' check (googleapis#8793)
1 parent bf7919c commit a8c093b

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

‎.github/workflows/generated_files_sync.yaml‎

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ jobs:
3434
- name: Fail if there's any difference
3535
run: git --no-pager diff --exit-code
3636

37-
release-please-config:
38-
# Release Please config files do not have diff from generated ones
39-
runs-on: ubuntu-latest
40-
steps:
41-
- uses: actions/checkout@v3
42-
- name: Generate .release-please-manifest.json and release-please-config.json
43-
run: |
44-
bash generation/generate_release_please_config.sh
45-
- name: Fail if there's any difference
46-
run: git --no-pager diff --exit-code
47-
4837
gapic-bom:
4938
# gapic-libraries-bom does not have diff from generated one
5039
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)