Skip to content

Commit 3514c37

Browse files
committed
fix: railway fork does not need action
1 parent 95260e3 commit 3514c37

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy-image-arm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919

2020
jobs:
2121
build-and-push-image:
22+
if: github.repository == 'zhayujie/chatgpt-on-wechat'
2223
runs-on: ubuntu-latest
2324
permissions:
2425
contents: read

.github/workflows/deploy-image.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919

2020
jobs:
2121
build-and-push-image:
22+
if: github.repository == 'zhayujie/chatgpt-on-wechat'
2223
runs-on: ubuntu-latest
2324
permissions:
2425
contents: read

0 commit comments

Comments
 (0)