diff options
| author | Aiden Cline <[email protected]> | 2025-11-25 16:16:13 -0800 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-11-26 00:21:59 +0000 |
| commit | b44971668cf023ffc6a36deeb26bd177e9638004 (patch) | |
| tree | bdd1ac9ee785df3bc0a1c6be891303fb38ec6840 /.github/workflows | |
| parent | 0ff4c284e2dcd9006ef4e8d7878abc9e723c2526 (diff) | |
| download | opencode-b44971668cf023ffc6a36deeb26bd177e9638004.tar.gz opencode-b44971668cf023ffc6a36deeb26bd177e9638004.zip | |
fix: global prefix handling w/ aws bedrock (#4757)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/snapshot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 815433f03..f8bbb78c6 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -4,7 +4,7 @@ on: push: branches: - dev - - fix-snapshot-2 + - test-bedrock - v0 concurrency: ${{ github.workflow }}-${{ github.ref }} |
