From 40b4cf0731d60cd30d2ef54a5ac92dfb5600d38b Mon Sep 17 00:00:00 2001 From: Evgencheg <73418250+Evgencheg@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:19:33 +0300 Subject: [PATCH] Evgencheg patch 2 (#200) * Update test-secrets1.yml * Update test-secrets3.yml * Update test-secrets2.yml --- .github/workflows/test-secrets1.yml | 4 ++++ .github/workflows/test-secrets2.yml | 4 ++++ .github/workflows/test-secrets3.yml | 3 +++ 3 files changed, 11 insertions(+) diff --git a/.github/workflows/test-secrets1.yml b/.github/workflows/test-secrets1.yml index 2f048e4a4c..f89fb629ac 100644 --- a/.github/workflows/test-secrets1.yml +++ b/.github/workflows/test-secrets1.yml @@ -3,6 +3,10 @@ name: YAML Linter Secrets on: push: branches: [ master, staging, trying ] + merge_group: + pull_request: + types: [ opened, reopened, synchronize, ready_for_review ] + branches: [ master ] jobs: build: diff --git a/.github/workflows/test-secrets2.yml b/.github/workflows/test-secrets2.yml index 6faeb40d51..07dd2f60a4 100644 --- a/.github/workflows/test-secrets2.yml +++ b/.github/workflows/test-secrets2.yml @@ -13,6 +13,10 @@ on: # why not just do both - 'RobustToolbox' - 'RobustToolbox/**' + merge_group: + pull_request: + types: [ opened, reopened, synchronize, ready_for_review ] + branches: [ master ] jobs: build: diff --git a/.github/workflows/test-secrets3.yml b/.github/workflows/test-secrets3.yml index dcc3174a16..9ba8edbed2 100644 --- a/.github/workflows/test-secrets3.yml +++ b/.github/workflows/test-secrets3.yml @@ -5,6 +5,9 @@ on: push: branches: [ master, staging, trying ] merge_group: + pull_request: + types: [ opened, reopened, synchronize, ready_for_review ] + branches: [ master ] jobs: build: