Skip to content

Commit

Permalink
Do not run CI on PR closure (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored Apr 7, 2020
1 parent c320eac commit 4c46068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tasks:
then: ${event.pull_request.head.repo.html_url}
else: ${event.repository.html_url}
in:
$if: 'tasks_for in ["github-pull-request", "github-push"]'
$if: 'tasks_for == "github-push" || (tasks_for == "github-pull-request" && event["action"] in ["opened", "reopened", "synchronize"])'
then:
- taskId: {$eval: as_slugid("lint_test_task")}
created: {$fromNow: ''}
Expand Down

0 comments on commit 4c46068

Please sign in to comment.