Revert "GitHub Actions faster!! (#7244)" (#7262)

This reverts commit f2fb473ecf.
This commit is contained in:
Jonathan Bennett
2025-07-07 19:50:44 -05:00
committed by GitHub
parent e1f40c2db9
commit fa23be4424
14 changed files with 80 additions and 127 deletions

View File

@@ -8,7 +8,6 @@ permissions: read-all
jobs:
trunk_check:
if: github.repository == 'meshtastic/firmware'
name: Trunk Check and Upload
runs-on: ubuntu-24.04
@@ -22,7 +21,6 @@ jobs:
trunk-token: ${{ secrets.TRUNK_TOKEN }}
trunk_upgrade:
if: github.repository == 'meshtastic/firmware'
# See: https://github.com/trunk-io/trunk-action/blob/v1/readme.md#automatic-upgrades
name: Trunk Upgrade (PR)
runs-on: ubuntu-24.04