Skip to content
Snippets Groups Projects
Unverified Commit b9a01350 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

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.
parent 83d85135
No related branches found
No related tags found
No related merge requests found
......@@ -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: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment