Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create and merge_group triggers in Github Actions #4942

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-cabal-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check cabal files

on:
push:
create:
merge_group:

# Limit concurrent runs of this workflow within a single PR
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-git-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check git dependencies

on:
push:
merge_group:

# Limit concurrent runs of this workflow within a single PR
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-hlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check HLint

on:
push:
merge_group:

# Limit concurrent runs of this workflow within a single PR
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-mainnet-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check mainnet configuration

on:
push:
merge_group:

# Limit concurrent runs of this workflow within a single PR
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-nix-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check nix configuration

on:
push:
merge_group:

# Limit concurrent runs of this workflow within a single PR
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haskell-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Haskell Linux CI

on:
push:
create:
merge_group:

# Limit concurrent runs of this workflow within a single PR
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/markdown-links-ci-check.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stylish-haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check Stylish Haskell

on:
push:
create:
merge_group:

# Limit concurrent runs of this workflow within a single PR
concurrency:
Expand Down