Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jan 18, 2024
1 parent d9fd021 commit 7275514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
env:
ONEFLOW_SRC: .
https_proxy: ${{ secrets.ONEFLOW_CI_HTTP_PROXY }}
jobs:
generate-build-matrix:
name: "Generate build matrix"
Expand Down Expand Up @@ -99,6 +98,7 @@ jobs:
GITHUB_REF_NAME: ${{ github.ref_name }}
GITHUB_SHA: ${{ github.sha }}
ONEFLOW_OSS_BUCKET: oneflow-staging
https_proxy: ${{ secrets.ONEFLOW_CI_HTTP_PROXY }}
needs: [generate-build-matrix]
name: Staging Release
timeout-minutes: 240
Expand Down

0 comments on commit 7275514

Please sign in to comment.