Skip to content

Commit

Permalink
[0.75] Let beachball publish run on stable branches (#2179)
Browse files Browse the repository at this point in the history
I missed a line to remove a check to let beachball publish run on stable
branches. We previously did the same change in `0.74-stable` with
#2158
  • Loading branch information
Saadnajmi committed Aug 29, 2024
2 parents 103bc54 + 0e79c4e commit 429b1b0
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 @@ -134,7 +134,6 @@ extends:
os: linux
timeoutInMinutes: 90 # 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: eq(variables['Build.SourceBranchName'], 'main')
templateContext:
outputs:
- output: pipelineArtifact
Expand Down

0 comments on commit 429b1b0

Please sign in to comment.