Skip to content

Commit

Permalink
ci: disable merge-queues
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Dec 23, 2024
1 parent 8be929d commit 32186c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/merge-group-ci.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,15 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
disable-releaser: true

ci:
name: Continuous Integration
uses: ./.github/workflows/__shared-ci.yml
permissions:
actions: write
contents: read
id-token: write
issues: read
packages: write
pull-requests: read
secrets: inherit

0 comments on commit 32186c1

Please sign in to comment.