Skip to content

Commit

Permalink
rm comments and ueless codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnXuan committed Nov 13, 2023
1 parent d6204f3 commit d9a6b6e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
types: [opened, review_requested, ready_for_review, synchronize, unlocked]
merge_group:
types: [checks_requested]
#push:
# branches:
# - 'dev_test_workflow' # debug only
workflow_dispatch:

concurrency:
Expand All @@ -24,11 +21,6 @@ jobs:
name: Collect information about PR and source
runs-on: [self-hosted]
steps:
#- name: Set up MODEL_ARCH
# if: github.event_name == 'push'
# run: |
# # use resnet50 for debug
# echo "MODEL_ARCH=resnet50" >> $GITHUB_ENV
- name: Set up MODEL_ARCH from PR
if: github.event.pull_request.draft == false && github.base_ref == 'master'
run: |
Expand All @@ -52,8 +44,6 @@ jobs:
if [ -d "$model_dir" ] && [ -n "${{ env.MODEL_ARCH }}" ]; then
cp -rL "$model_dir" "${{ env.TEST_DIR }}"
echo "READY_FOR_TEST=true" >> $GITHUB_ENV
else
exit 0
fi
- name: Prepare Container
if: env.READY_FOR_TEST == true
Expand Down

0 comments on commit d9a6b6e

Please sign in to comment.