Skip to content

Commit ffc23bc

Browse files
authored
ci: switch CONTRIB_REPO_SHA back to main (open-telemetry#4540)
1 parent 1c5f6ec commit ffc23bc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
1616
with:
1717
CORE_REPO_SHA: ${{ github.sha }}
18-
CONTRIB_REPO_SHA: opentelemetrybot/update-version-to-1.33.0.dev-0.54b0.dev
18+
CONTRIB_REPO_SHA: main

.github/workflows/lint_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
CORE_REPO_SHA: main
18-
CONTRIB_REPO_SHA: opentelemetrybot/update-version-to-1.33.0.dev-0.54b0.dev
18+
CONTRIB_REPO_SHA: main
1919
PIP_EXISTS_ACTION: w
2020

2121
jobs:

.github/workflows/misc_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
CORE_REPO_SHA: main
18-
CONTRIB_REPO_SHA: opentelemetrybot/update-version-to-1.33.0.dev-0.54b0.dev
18+
CONTRIB_REPO_SHA: main
1919
PIP_EXISTS_ACTION: w
2020

2121
jobs:

.github/workflows/test_0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
CORE_REPO_SHA: main
18-
CONTRIB_REPO_SHA: opentelemetrybot/update-version-to-1.33.0.dev-0.54b0.dev
18+
CONTRIB_REPO_SHA: main
1919
PIP_EXISTS_ACTION: w
2020

2121
jobs:

.github/workflows/test_1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
CORE_REPO_SHA: main
18-
CONTRIB_REPO_SHA: opentelemetrybot/update-version-to-1.33.0.dev-0.54b0.dev
18+
CONTRIB_REPO_SHA: main
1919
PIP_EXISTS_ACTION: w
2020

2121
jobs:

0 commit comments

Comments
 (0)