Skip to content

Commit 2f26b9c

Browse files
committed
check breaking changes before updating
1 parent 1b56b75 commit 2f26b9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nightly-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ jobs:
5555
id: get_versions
5656
run: python scripts/get_upstream_versions.py
5757

58-
- name: Update dependencies
58+
- name: Check for breaking changes
59+
id: breaking_changes
5960
env:
6061
OTEL_PYTHON_VERSION: ${{ steps.get_versions.outputs.otel_python_version }}
6162
OTEL_CONTRIB_VERSION: ${{ steps.get_versions.outputs.otel_contrib_version }}
62-
run: python scripts/update_dependencies.py
63+
run: python scripts/find_breaking_changes.py
6364

64-
- name: Check for breaking changes
65-
id: breaking_changes
65+
- name: Update dependencies
6666
env:
6767
OTEL_PYTHON_VERSION: ${{ steps.get_versions.outputs.otel_python_version }}
6868
OTEL_CONTRIB_VERSION: ${{ steps.get_versions.outputs.otel_contrib_version }}
69-
run: python scripts/find_breaking_changes.py
69+
run: python scripts/update_dependencies.py
7070

7171
- name: Check for changes and create PR
7272
id: check_changes

0 commit comments

Comments
 (0)