diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index 920746fcb..6ed5f63b3 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -56,7 +56,6 @@ jobs: - name: Formatted label for breaking change id: breaking_change run: | - # Get the pull request number associated with the current commit and the 'breaking-change' label BRANCH_NUMBER=$(gh pr list --state all --search "sha:$GITHUB_SHA" | awk '{print $1}') echo "Branch Number: $BRANCH_NUMBER"