Skip to content

Commit

Permalink
Workaround TC bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer committed Jul 10, 2020
1 parent e524f63 commit f25a19c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci/tc/decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ def create_tc_task(event, task, taskgroup_id, depends_on_ids, env_extra=None):
"github_event": json.dumps(event),
"github": {
"customCheckRun": {
# Work around https://github.com/taskcluster/taskcluster/issues/3191
"textArtifactName": "public/results/checkrun.md",
"annotationsArtifactName": "public/results/checkrun.md",
},
},
},
Expand Down

0 comments on commit f25a19c

Please sign in to comment.