Skip to content

Commit dd917c9

Browse files
authored
Merge pull request Expensify#69400 from Expensify/Rory-SkipTestBuildOnCherryPickPRs
[No QA] Skip remote builds on cherry pick conflict PRs
2 parents 173ba16 + 68fab5d commit dd917c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/remote-build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Remote Build Android
33
on:
44
workflow_dispatch:
55
push:
6-
branches-ignore: [staging, production]
6+
branches-ignore: [staging, production, cherry-pick-*]
77
paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
88

99
concurrency:

.github/workflows/remote-build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Remote Build iOS
33
on:
44
workflow_dispatch:
55
push:
6-
branches-ignore: [staging, production]
6+
branches-ignore: [staging, production, cherry-pick-*]
77
paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
88

99
concurrency:

0 commit comments

Comments
 (0)