소스 검색

fix: railway fork does not need action

master
zhayujie 11 달 전
부모
커밋
3514c37e4c
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장