Skip to content

Commit 06b8ef3

Browse files
committed
Test
1 parent b8472e1 commit 06b8ef3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release_build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- name: Checkout Repo @ SHA - ${{ github.sha }}
2929
uses: actions/checkout@v4
3030

31-
- name: Build Wheel and Image Files
32-
uses: ./.github/actions/artifacts_build
33-
with:
34-
image_uri_with_tag: "adot-autoinstrumentation-python:test"
35-
push_image: false
36-
load_image: true
37-
python_version: "3.10"
38-
package_name: aws-opentelemetry-distro
39-
os: ubuntu-latest
31+
# - name: Build Wheel and Image Files
32+
# uses: ./.github/actions/artifacts_build
33+
# with:
34+
# image_uri_with_tag: "adot-autoinstrumentation-python:test"
35+
# push_image: false
36+
# load_image: true
37+
# python_version: "3.10"
38+
# package_name: aws-opentelemetry-distro
39+
# os: ubuntu-latest
4040

4141
# # TODO: Add some sort of smoke/integration testing before we go
4242
# # release the artifacts. adot java for reference:

0 commit comments

Comments
 (0)