Skip to content
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
3 changes: 3 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
merge_group:
branches:
- main
push:
branches:
- main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: Dry-run
on:
workflow_dispatch:
merge_group:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- opened
- edited
- synchronize

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to specify the branch because the merge queue is only enabled for main. Same as in components: cloudscape-design/components#743 (comment)

merge_group:

jobs:
dry-run:
uses: cloudscape-design/actions/.github/workflows/lint-pr.yml@main
Loading