diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 217c710688a..46d9d95c874 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -99,7 +99,6 @@ jobs: - build_provider - test - license_check - - upstream_lint uses: ./.github/workflows/publish.yml secrets: inherit with: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index ce99a9efe0f..1912cb4577e 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -59,7 +59,6 @@ jobs: - build_provider - test - license_check - - upstream_lint uses: ./.github/workflows/publish.yml secrets: inherit with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 493952b7a05..e80c5c1b101 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,6 @@ jobs: - build_provider - test - license_check - - upstream_lint uses: ./.github/workflows/publish.yml secrets: inherit with: diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index a38fbd03119..875adc2249a 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -94,7 +94,6 @@ jobs: - test - build_provider - license_check - - upstream_lint runs-on: ubuntu-latest steps: - uses: guibranco/github-status-action-v2@0849440ec82c5fa69b2377725b9b7852a3977e76 # v1.1.13