Skip to content

Commit

Permalink
ci: enable merge queues (#9232)
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted authored Mar 24, 2024
1 parent 6b64023 commit 9ac132a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
# This workflow requires a non-GHA token in order to trigger downstream CI, and to access the 'fork' repository.
- id: app-token
uses: actions/create-github-app-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.POETRY_TOKEN_APP_ID }}
private-key: ${{ secrets.POETRY_TOKEN_APP_KEY }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Tests
on:
push:
pull_request:
merge_group:

concurrency:
group: tests-${{ github.head_ref || github.ref }}
Expand All @@ -28,7 +29,7 @@ jobs:
with:
filters: |
workflow: &workflow
- '.github/workflwos/tests.yaml'
- '.github/workflows/tests.yaml'
fixtures-pypi:
- *workflow
- 'tests/repositories/fixtures/pypi.org/**'
Expand Down

0 comments on commit 9ac132a

Please sign in to comment.