mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Bug 1547928 - ensure release graphs are not triggered but for publishing events (https://github.com/mozilla-mobile/fenix/pull/2347)
This commit is contained in:
parent
abaec0708d
commit
24a4110e37
@ -168,7 +168,7 @@ tasks:
|
||||
metadata:
|
||||
name: Fenix - Decision task
|
||||
description: Schedules the build and test tasks for Fenix.
|
||||
- $if: 'tasks_for == "github-release"'
|
||||
- $if: 'tasks_for == "github-release" && event["action"] == "published"'
|
||||
then:
|
||||
$mergeDeep:
|
||||
- {$eval: 'default_task_definition'}
|
||||
|
Loading…
Reference in New Issue
Block a user