From 4705a0c633e9014a96b9a4a7ee405c8705b8ebba Mon Sep 17 00:00:00 2001 From: Ru Chern Chong Date: Sat, 26 Oct 2024 11:48:21 +0800 Subject: [PATCH] Update workflow config for Staging --- .github/workflows/pulumi.staging.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pulumi.staging.yml b/.github/workflows/pulumi.staging.yml index 621d4ba..f95d59d 100644 --- a/.github/workflows/pulumi.staging.yml +++ b/.github/workflows/pulumi.staging.yml @@ -1,8 +1,5 @@ name: Pulumi Staging Workflow -on: - push: - branches: - - "*" +on: [push] concurrency: group: merge-${{ github.ref }}