aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-10-27 09:42:32 +0530
committerGitHub <noreply@github.com>2020-10-27 09:42:32 +0530
commitf19ca706e602c7e2ffc9a1efcce7bc9676625814 (patch)
tree35e1e19d968e9a2e16cc2040becd86843410b1bb /.github
parentb8e07ae98ce7e05d9ceba7384578f12357c89657 (diff)
Update kotlinx.coroutines and WhatTheStack (#1177)
* build: bump coroutines, AndroidX test and WhatTheStack Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * github: run dependency analysis workflow in pull_request_target context Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Downgrade AndroidX test back Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependency-tree-diff.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependency-tree-diff.yml b/.github/workflows/dependency-tree-diff.yml
index 9c38cafc..9e4d3593 100644
--- a/.github/workflows/dependency-tree-diff.yml
+++ b/.github/workflows/dependency-tree-diff.yml
@@ -1,6 +1,6 @@
name: Check dependency tree changes
on:
- pull_request:
+ pull_request_target:
types:
- opened
- edited