2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] Bug 1631014 - Do no trigger a new set of jobs when PR is edited (https://github.com/mozilla-mobile/fenix/pull/10024)

This commit is contained in:
Johan Lorenzo 2020-04-20 11:25:37 +02:00 committed by GitHub
parent e4b884193c
commit b87e3cba25

View File

@ -100,7 +100,7 @@ tasks:
in:
$if: >
tasks_for in ["action", "cron"]
|| (tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "edited", "synchronize"])
|| (tasks_for == "github-pull-request" && pullRequestAction in ["opened", "reopened", "synchronize"])
|| (tasks_for == "github-push" && head_branch[:10] != "refs/tags/")
|| (tasks_for == "github-release" && releaseAction == "published")
then: