Skip to content

Commit

Permalink
Enable "Auto label" for merge-queue actions
Browse files Browse the repository at this point in the history
This will Fix merge-queue CI actions as this is a required CI action,
but wasn't being run for jobs entering the queue.
  • Loading branch information
tautschnig committed Aug 2, 2024
1 parent 24fc8aa commit a8ed550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/extra_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
# See <https://github.com/actions/labeler/issues/121> for more details.

name: Kani Extra
on: pull_request_target
on:
pull_request_target:
merge_group:

jobs:
# Keep this job minimal since it requires extra permission
Expand Down

0 comments on commit a8ed550

Please sign in to comment.