Skip to content

Commit

Permalink
Update ce.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wugeshui authored Oct 18, 2023
1 parent 013549a commit 433cb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
# name: train-results
# path: /artifacts/**
- name: Flag override
if: ${{ needs.Archive_Results.outputs.results == 1 }}
# if: ${{ needs.Archive_Results.outputs.results == 1 }}
run: |
echo ${{ needs.Archive_Results.outputs.results }}
cp -r ${source_file} ${target_file}
# cp -r ${source_file} ${target_file}



0 comments on commit 433cb49

Please sign in to comment.