workflow: do not pull linux bottles as we are only building from source right now
parent
b86da64f6a
commit
a396574e22
|
@ -62,7 +62,7 @@ jobs:
|
|||
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
|
||||
HOMEBREW_BINTRAY_USER: brewtestbot
|
||||
HOMEBREW_BINTRAY_KEY: ${{secrets.HOMEBREW_BINTRAY_KEY}}
|
||||
run: brew pr-pull --debug --workflows=tests.yml,wheezy_tests.yml,tests-linux.yml --ignore-missing-artifacts=wheezy_tests.yml,tests-linux.yml ${{github.event.inputs.args}} ${{github.event.inputs.pull_request}}
|
||||
run: brew pr-pull --debug --workflows=tests.yml ${{github.event.inputs.args}} ${{github.event.inputs.pull_request}}
|
||||
|
||||
- name: Push commits
|
||||
uses: Homebrew/actions/git-try-push@master
|
||||
|
|
Loading…
Reference in New Issue