workflows/tests: skip update-test unless on a PR.

If this is a `master` build and it was merged: this is a flaky test we
can't do anything about.
This commit is contained in:
Mike McQuaid 2019-11-27 09:38:22 +00:00
parent 83d851351a
commit b9a0135041
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -89,6 +89,7 @@ jobs:
brew update-test
brew update-test --to-tag
brew update-test --commit=HEAD
if: github.event_name == 'pull_request'
- name: Run brew readall
run: |