Skip to content

Commit

Permalink
ci: relevant workflows should react also to ready_for_review (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok authored Nov 26, 2024
1 parent eb9aac0 commit 3183efa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
branches:
- main
pull_request:
types:
- edited
- opened
- ready_for_review
- synchronize
branches:
- main
merge_group:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/check-dagger-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: "Check for drift in Dagger files"

on:
pull_request:
types:
- edited
- opened
- ready_for_review
- synchronize
branches:
- main
merge_group:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
branches:
- main
pull_request:
types:
- edited
- opened
- ready_for_review
- synchronize
branches:
- "*"
paths-ignore:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main
pull_request:
types:
- edited
- opened
- ready_for_review
- synchronize
branches:
- "*"
merge_group:
Expand Down

0 comments on commit 3183efa

Please sign in to comment.