Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Oct 26, 2023
1 parent 3701508 commit 765b238
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
token: ${{ secrets.ONEFLOW_PRIV_GH_TOKEN }}
- uses: Oneflow-Inc/get-oneflow/cache-complete/matrix/build@support-cu12
name: find cache (priv)
id: find-cache-priv
id: find-cache
if: ${{ inputs.is_priv }}
timeout-minutes: 5
with:
Expand All @@ -79,22 +79,6 @@ jobs:
cu121
cu118
cpu
- uses: Oneflow-Inc/get-oneflow/cache-complete/matrix/build@support-cu12
name: find cache
id: find-cache
if: ${{ !inputs.is_priv }}
timeout-minutes: 5
with:
delete-cache: ${{ contains(github.event.pull_request.labels.*.name, 'need-clean-ccache') }}
runner-labels: |
self-hosted
linux
release
oneflow-src: ${{ env.ONEFLOW_SRC }}
entries: |
cu121
cu118
cpu
- name: Get current date
id: date
run: echo "formatted_date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 765b238

Please sign in to comment.