Skip to content

Commit

Permalink
ci: Remove merge queue from workflows (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
delsner authored Oct 18, 2024
1 parent 9c00792 commit f2c1116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Build
on:
merge_group:
pull_request:
push:
branches:
- main
branches: [main]

jobs:
metadata:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: CI
on:
pull_request:
merge_group:
push:
branches: [main]

# Automatically stop old builds on the same branch/PR
concurrency:
Expand Down

0 comments on commit f2c1116

Please sign in to comment.