Skip to content

Commit

Permalink
Adds merge_group trigger to workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
alesstimec committed Nov 12, 2024
1 parent 064976f commit 53a1064
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-signed-commits.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Check signed commits
on: pull_request_target
on:
pull_request_target:
merge_group:

jobs:
check-signed-commits:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
workflow_call:
workflow_dispatch:
merge_group:

jobs:
build_test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: golangci-lint
on:
pull_request:
merge_group:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
View all available versions at https://github.com/canonical/jimm/pkgs/container/jimm.
required: true
pull_request:
merge_group:

jobs:
startjimm:
Expand Down

0 comments on commit 53a1064

Please sign in to comment.