mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
revert: roll back post-5831626 CI pipeline changes
This commit is contained in:
4
.github/workflows/opencode-agents.yml
vendored
4
.github/workflows/opencode-agents.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user