revert: roll back post-5831626 CI pipeline changes

This commit is contained in:
Benjamin Shafii
2026-03-15 13:03:03 -07:00
parent d8f14301d6
commit ce65056615
14 changed files with 565 additions and 950 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
triage-issue:
if: github.event_name == 'issues'
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
@@ -37,7 +37,7 @@ jobs:
duplicate-prs:
if: github.event_name == 'pull_request_target' && github.event.pull_request.user.login != 'opencode-agent[bot]'
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write