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:
parent
83d851351a
commit
b9a0135041
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -89,6 +89,7 @@ jobs:
|
|||||||
brew update-test
|
brew update-test
|
||||||
brew update-test --to-tag
|
brew update-test --to-tag
|
||||||
brew update-test --commit=HEAD
|
brew update-test --commit=HEAD
|
||||||
|
if: github.event_name == 'pull_request'
|
||||||
|
|
||||||
- name: Run brew readall
|
- name: Run brew readall
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user