diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1b35fe7e5..be05c8718 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -173,7 +173,7 @@ jobs: run: flutter build ios --release --no-codesign Branch-check: - if: ${{ github.actor != 'dependabot[bot]' }} + if: ${{ github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'ignore-sensitive-files-pr') }} name: "Base branch check" runs-on: ubuntu-latest steps: