Skip to content

Commit

Permalink
Enable github queues and remove bors.toml (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 authored May 5, 2023
1 parent 08a7238 commit 9c29b35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
push:
branches:
- main
- staging # bors
- trying # bors
merge_group:
types: [checks_requested]

jobs:
coverage:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- main
merge_group:
types: [checks_requested]

jobs:
run_test262:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- main
merge_group:
types: [checks_requested]

name: Webassembly demo

Expand Down
18 changes: 0 additions & 18 deletions bors.toml

This file was deleted.

0 comments on commit 9c29b35

Please sign in to comment.