publish-commit-bottles: pull bottles from the wheezy workflow too
Second attempt --ignore-missing-artifacts allows to skip the pulling from wheezy though, in case the workflow did not run (which is 99% of the time), as the wheezy workflow only runs for the patchelf and the binutils formula.master
parent
8e95f22803
commit
96a58b6efb
|
@ -38,7 +38,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 ${{github.event.inputs.args}} ${{github.event.inputs.pull_request}}
|
||||
run: brew pr-pull --debug --workflows=tests.yml,wheezy_tests.yml --ignore-missing-artifacts=wheezy_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