diff options
author | Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com> | 2023-07-04 16:54:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 16:54:04 +0530 |
commit | 133b4464aac6d3a15511ec44704484dcab289930 (patch) | |
tree | 9b1eed6c332aaff352d9e6c52a9fe2c081129b69 | |
parent | dea28b51a2ed8487b462da59937a9a4c5ee7ec10 (diff) | |
download | servo-revert-29964-enable-merge-queue-action.tar.gz servo-revert-29964-enable-merge-queue-action.zip |
Revert "Run main workflow for merge queue events"revert-29964-enable-merge-queue-action
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7905f2fbcfb..7aefa99a98c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,10 +4,6 @@ on: push: branches: ["auto", "try"] - # Used by GH merge queue for landing PRs - merge_group: - types: [checks_requested] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: |