diff --git a/.github/workflows/check-cabal-files.yml b/.github/workflows/check-cabal-files.yml index 334722d70cc..5baf116ab30 100644 --- a/.github/workflows/check-cabal-files.yml +++ b/.github/workflows/check-cabal-files.yml @@ -2,7 +2,7 @@ name: Check cabal files on: push: - create: + merge_group: # Limit concurrent runs of this workflow within a single PR concurrency: diff --git a/.github/workflows/check-git-dependencies.yml b/.github/workflows/check-git-dependencies.yml index 02c0d75e3d4..5efdabafdad 100644 --- a/.github/workflows/check-git-dependencies.yml +++ b/.github/workflows/check-git-dependencies.yml @@ -2,6 +2,7 @@ name: Check git dependencies on: push: + merge_group: # Limit concurrent runs of this workflow within a single PR concurrency: diff --git a/.github/workflows/check-hlint.yml b/.github/workflows/check-hlint.yml index f98ff894924..5b7dbfca472 100644 --- a/.github/workflows/check-hlint.yml +++ b/.github/workflows/check-hlint.yml @@ -2,6 +2,7 @@ name: Check HLint on: push: + merge_group: # Limit concurrent runs of this workflow within a single PR concurrency: diff --git a/.github/workflows/check-mainnet-config.yml b/.github/workflows/check-mainnet-config.yml index 3c73946e401..1feb3bb39e1 100644 --- a/.github/workflows/check-mainnet-config.yml +++ b/.github/workflows/check-mainnet-config.yml @@ -2,6 +2,7 @@ name: Check mainnet configuration on: push: + merge_group: # Limit concurrent runs of this workflow within a single PR concurrency: diff --git a/.github/workflows/check-nix-config.yml b/.github/workflows/check-nix-config.yml index 2a0477e2ef1..3be525ba87a 100644 --- a/.github/workflows/check-nix-config.yml +++ b/.github/workflows/check-nix-config.yml @@ -2,6 +2,7 @@ name: Check nix configuration on: push: + merge_group: # Limit concurrent runs of this workflow within a single PR concurrency: diff --git a/.github/workflows/haskell-linux.yml b/.github/workflows/haskell-linux.yml index 2160ca6f0cf..7952937ed8c 100644 --- a/.github/workflows/haskell-linux.yml +++ b/.github/workflows/haskell-linux.yml @@ -2,7 +2,7 @@ name: Haskell Linux CI on: push: - create: + merge_group: # Limit concurrent runs of this workflow within a single PR concurrency: diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 25e612fb3e4..3b2892a1365 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -2,7 +2,7 @@ name: Haskell Windows & Mac CI on: push: - create: + merge_group: # Limit concurrent runs of this workflow within a single PR concurrency: diff --git a/.github/workflows/markdown-links-ci-check.yml b/.github/workflows/markdown-links-ci-check.yml index be93fc51e97..d22b301a7e4 100644 --- a/.github/workflows/markdown-links-ci-check.yml +++ b/.github/workflows/markdown-links-ci-check.yml @@ -1,6 +1,8 @@ name: Check Markdown links -on: push +on: + push: + merge_group: # Limit concurrent runs of this workflow within a single PR concurrency: diff --git a/.github/workflows/stylish-haskell.yml b/.github/workflows/stylish-haskell.yml index ca1c716cb03..091c0317c4a 100644 --- a/.github/workflows/stylish-haskell.yml +++ b/.github/workflows/stylish-haskell.yml @@ -2,7 +2,7 @@ name: Check Stylish Haskell on: push: - create: + merge_group: # Limit concurrent runs of this workflow within a single PR concurrency: