Skip to content

Commit

Permalink
Only run self-service compat job on PRs (#11893)
Browse files Browse the repository at this point in the history
This is currently failing for the notice file update PR. While we
could try to hack around the git commands to do something sensible, I
don’t really see the point. We really only need this for PRs.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Nov 26, 2021
1 parent c27406c commit 68a2343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
- job: self_service_compat_test
pool:
vmImage: ubuntu-20.04
condition: eq(variables['Build.Reason'], 'PullRequest')
steps:
- checkout: self
- template: bash-lib.yml
Expand Down

0 comments on commit 68a2343

Please sign in to comment.