only update NOTICES from main daily compats (#8473)

See #8468 for failure mode of current config.

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2021-01-12 13:10:27 +01:00 committed by GitHub
parent 7171cb38fa
commit ce96802a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,5 +285,7 @@ jobs:
git add NOTICES
open_pr "notices-update-$(Build.BuildId)" "update NOTICES file"
fi
displayName: notices
displayName: open PR
condition: and(succeeded(),
eq(variables['Build.SourceBranchName'], 'main'))
- template: ../daily_tell_slack.yml