Skip to content

Commit

Permalink
DO NOT LAND: Run bitrise tasks on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Apr 17, 2024
1 parent 4d303ad commit e9d3f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskcluster/ffios_taskgraph/transforms/bitrise.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ def add_worker(config, tasks):
for task in tasks:
worker = task.setdefault("worker", {})
worker["bitrise"] = task.pop("bitrise")
task["run-on-tasks-for"] = ["github-push"]
yield task

0 comments on commit e9d3f4e

Please sign in to comment.