Skip to content

Commit 8800257

Browse files
committed
Farewell, bors.
1 parent 3f5788e commit 8800257

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/bors.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/full-ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ name: Full CI
88

99
on:
1010
merge_group:
11-
push:
12-
branches:
13-
- staging
14-
- trying
11+
# push:
1512

1613
env:
1714
GDEXT_FEATURES: ''
@@ -328,9 +325,9 @@ jobs:
328325
# CI status report
329326

330327
# Job to notify merge queue about success/failure
331-
# 'push' is for workflows still triggered by bors
332328
ci-status:
333-
if: always() && (github.event_name == 'merge_group' || github.event_name == 'push')
329+
# Check for 'merge_group' not strictly necessary, but helpful when adding add-hoc `push:` trigger to `on:` for testing branch.
330+
if: always() && github.event_name == 'merge_group'
334331
needs:
335332
- rustfmt
336333
- doc-lints

0 commit comments

Comments
 (0)