From b4f4f4ab85c7e62062cf40cdfa328960079380a0 Mon Sep 17 00:00:00 2001 From: Jimmy Isaac Ventura Salcedo Date: Mon, 23 Sep 2024 15:55:30 -0400 Subject: [PATCH] changed generate examples actions back to its original form, opting to make merge request instead --- .github/workflows/generate-examples.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate-examples.yml b/.github/workflows/generate-examples.yml index f38b6e70..1a75956e 100644 --- a/.github/workflows/generate-examples.yml +++ b/.github/workflows/generate-examples.yml @@ -1,14 +1,11 @@ name: Generate Examples -#on: +on: # push: # branches-ignore: # - main # - changeset-release/main -on: - push: - branches: - - release/gs-0.0.1 + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true