Browse Source

fix: railway fork does not need action

master
zhayujie 11 months ago
parent
commit
3514c37e4c
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      .github/workflows/deploy-image-arm.yml
  2. +1
    -0
      .github/workflows/deploy-image.yml

+ 1
- 0
.github/workflows/deploy-image-arm.yml View File

@@ -19,6 +19,7 @@ env:

jobs:
build-and-push-image:
if: github.repository == 'zhayujie/chatgpt-on-wechat'
runs-on: ubuntu-latest
permissions:
contents: read


+ 1
- 0
.github/workflows/deploy-image.yml View File

@@ -19,6 +19,7 @@ env:

jobs:
build-and-push-image:
if: github.repository == 'zhayujie/chatgpt-on-wechat'
runs-on: ubuntu-latest
permissions:
contents: read


Loading…
Cancel
Save