Skip to content

Commit

Permalink
[Fix] 🤔 Github Action Build Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Geralt1020 committed Mar 8, 2024
1 parent 0d74f76 commit fc17302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build:
name: build
runs-on: ubuntu-latest
if: github.repository == 'Harry-zklcdc/go-proxy-bingai'
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build:
name: build
runs-on: ubuntu-latest
if: github.repository == 'Harry-zklcdc/go-proxy-bingai'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit fc17302

Please sign in to comment.