Skip to content

Commit

Permalink
Add second trigger file for files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
THISISDINOSAUR committed Nov 4, 2024
1 parent 0fcdd67 commit 13ab11e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pir_end_to_end_tests_files_changed_trigger
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: PIR E2E Tests files changed trigger

on:
pull_request:
branches-ignore: # skip running on these branches since they are trigged by a different workflow
- hotfix/*
- release/*
paths: ['DBPE2ETests/**', 'LocalPackages/DataBrokerProtection/**', 'DuckDuckGoDBPBackgroundAgent/**', 'DuckDuckGo.xcodeproj/project.pbxproj']

jobs:
call-sub-workflow:
uses: ./.github/workflows/pir_end_to_end_tests.yml
secrets: inherit

0 comments on commit 13ab11e

Please sign in to comment.