Skip to content

Commit e26e4d0

Browse files
committed
ci: update repository owner/name after org rename
The repo moved from symposium-dev to agentclientprotocol, causing release-plz and mdbook workflows to silently skip on every push.
1 parent cf1f724 commit e26e4d0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mdbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
runs-on: ubuntu-latest
3131
# Only run on the main repository, not on forks
32-
if: github.repository == 'symposium-dev/symposium-acp'
32+
if: github.repository == 'agentclientprotocol/symposium-acp'
3333
env:
3434
MDBOOK_VERSION: 0.5.1
3535
steps:
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
needs: build
6060
# Only run on the main repository, not on forks
61-
if: github.repository == 'symposium-dev/symposium-acp'
61+
if: github.repository == 'agentclientprotocol/symposium-acp'
6262
steps:
6363
- name: Deploy to GitHub Pages
6464
id: deployment

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release-plz-release:
1010
name: Release-plz release
1111
runs-on: ubuntu-latest
12-
if: ${{ github.repository_owner == 'symposium-dev' }}
12+
if: ${{ github.repository_owner == 'agentclientprotocol' }}
1313
permissions:
1414
contents: write
1515
id-token: write
@@ -34,7 +34,7 @@ jobs:
3434
release-plz-pr:
3535
name: Release-plz PR
3636
runs-on: ubuntu-latest
37-
if: ${{ github.repository_owner == 'symposium-dev' }}
37+
if: ${{ github.repository_owner == 'agentclientprotocol' }}
3838
permissions:
3939
pull-requests: write
4040
contents: write

0 commit comments

Comments
 (0)