Skip to content

Commit

Permalink
fix issue handler, don't rebuild on main the merge queue checks this …
Browse files Browse the repository at this point in the history
…for us (#2077)
  • Loading branch information
MabezDev authored Sep 4, 2024
1 parent fb69411 commit 80c0a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
push:
branches-ignore:
- "gh-readonly-queue/**"
- "main"
merge_group:
workflow_dispatch:

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/issue_handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ jobs:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/esp-rs/projects/2
github-token: ${{ secrets.PAT }}
labeled: status:needs-attention
github-token: ${{ secrets.PAT }}

0 comments on commit 80c0a81

Please sign in to comment.