From 85ea549b4029ee355390e983c5acf51ae72f8a24 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Fri, 20 Mar 2020 12:26:48 -0400 Subject: [PATCH 1/2] test deploy From fdcf8e998621b681f2d6a241ced8a0858f06e543 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Fri, 20 Mar 2020 15:10:51 -0400 Subject: [PATCH 2/2] print GH event on status --- .github/workflows/deployed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployed.yml b/.github/workflows/deployed.yml index 71a9b9e..10f424b 100644 --- a/.github/workflows/deployed.yml +++ b/.github/workflows/deployed.yml @@ -1,5 +1,5 @@ name: deployed -on: [deployment, deployment_status] +on: [status, deployment, deployment_status] jobs: test: runs-on: ubuntu-latest