Skip to content

Commit

Permalink
Let's try again
Browse files Browse the repository at this point in the history
  • Loading branch information
THISISDINOSAUR committed Nov 4, 2024
1 parent 12fdc19 commit a8706c8
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/pir_end_to_end_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ jobs:
runner: macos-14-xlarge

if: |
true
# startsWith(github.base_ref, 'release/') ||
# startsWith(github.base_ref, 'hotfix/') ||
# github.base_ref == 'loremattei/pir-integration-tests-for-ci/' ||
# contains(toJson(github.event.pull_request.files.*.filename), 'DBPE2ETests/') ||
# contains(toJson(github.event.pull_request.files.*.filename), 'LocalPackages/DataBrokerProtection/') ||
# contains(toJson(github.event.pull_request.files.*.filename), 'LocalPackages/DataBrokerProtection/') ||
# contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGoDBPBackgroundAgent/') ||
# contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGo.xcodeproj/project.pbxproj')
startsWith(github.base_ref, 'release/') ||
startsWith(github.base_ref, 'hotfix/') ||
startsWith(github.ref, 'refs/heads/loremattei/pir-integration-tests-for-ci/') ||
contains(toJson(github.event.pull_request.files.*.filename), 'DBPE2ETests/') ||
contains(toJson(github.event.pull_request.files.*.filename), 'LocalPackages/DataBrokerProtection/') ||
contains(toJson(github.event.pull_request.files.*.filename), 'LocalPackages/DataBrokerProtection/') ||
contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGoDBPBackgroundAgent/') ||
contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGo.xcodeproj/project.pbxproj')
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.runner }}
Expand Down

0 comments on commit a8706c8

Please sign in to comment.