Skip to content

Commit

Permalink
Enable CI and validation jobs for merge queues (#7921)
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Mar 6, 2023
1 parent 729b829 commit a27b14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
merge_group:
pull_request:
push:
branches-ignore:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validation-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: validation jobs

on:
merge_group:
push:
branches:
- staging
Expand Down

0 comments on commit a27b14e

Please sign in to comment.