From 2b7f08d30be9e1a3354650033157d48a53f54767 Mon Sep 17 00:00:00 2001 From: Javier Evans Date: Mon, 26 Feb 2024 13:34:29 -0800 Subject: [PATCH] chore: fix another bug in dev container push script --- .github/workflows/dev-preview.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev-preview.yml b/.github/workflows/dev-preview.yml index a7d58069..6d5a5b6c 100644 --- a/.github/workflows/dev-preview.yml +++ b/.github/workflows/dev-preview.yml @@ -1,8 +1,11 @@ name: Build and Push Dev Preview Image on: + # github treats issue comments and PR comments as the same. + # Further down there's a bit that restricts the job itself to a PR + # comment with a specific body issue_comment: types: - - created + - 'created' jobs: long-job: