diff --git a/.github/workflows/external-integration.yml b/.github/workflows/external-integration.yml index 7ed9a1f08d0..5e6192ba707 100644 --- a/.github/workflows/external-integration.yml +++ b/.github/workflows/external-integration.yml @@ -9,8 +9,6 @@ on: - "packages/http-client-python/**" - "website/**" - "docs/**" - # Allow manual triggering - workflow_dispatch: permissions: contents: read @@ -73,7 +71,7 @@ jobs: azure-rest-api-specs: name: Azure REST API Specs runs-on: ubuntu-latest - if: contains(github.event.pull_request.labels.*.name, 'int:azure-specs') || github.event_name == 'workflow_dispatch' + if: contains(github.event.pull_request.labels.*.name, 'int:azure-specs') steps: - name: Checkout repository diff --git a/.github/workflows/python-integration.yml b/.github/workflows/python-integration.yml index 488eddf690c..10ebb692ccd 100644 --- a/.github/workflows/python-integration.yml +++ b/.github/workflows/python-integration.yml @@ -6,8 +6,6 @@ on: paths: - "packages/http-client-python/**" - ".github/workflows/python-integration.yml" - # Allow manual triggering - workflow_dispatch: permissions: contents: read