Skip to content

Commit

Permalink
Merge pull request facebook#1430 from rasaha91/publish-main
Browse files Browse the repository at this point in the history
Remove branch check on publishing tasks
  • Loading branch information
rasaha91 authored Sep 9, 2022
2 parents 15d2dbd + 588a55f commit f4967f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ jobs:
pool: cxeiss-ubuntu-20-04-large
timeoutInMinutes: 120 # how long to run the job before automatically cancelling
cancelTimeoutInMinutes: 5 # how much time to give 'run always even if cancelled tasks' before killing them
condition: contains(variables['Build.SourceBranchName'], '-stable')
dependsOn:
- Compliance
steps:
Expand Down

0 comments on commit f4967f3

Please sign in to comment.