ci: While running all builds set build-server as well
This commit is contained in:
parent
5de89df5b7
commit
21fcd00416
1 changed files with 1 additions and 0 deletions
1
.github/helper/roulette.py
vendored
1
.github/helper/roulette.py
vendored
|
|
@ -41,6 +41,7 @@ if __name__ == "__main__":
|
|||
# this is a push build, run all builds
|
||||
if not pr_number:
|
||||
os.system('echo "::set-output name=build::strawberry"')
|
||||
os.system('echo "::set-output name=build-server::strawberry"')
|
||||
sys.exit(0)
|
||||
|
||||
files_list = files_list or get_files_list(pr_number=pr_number, repo=repo)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue