Skip to content

Commit

Permalink
hello 1
Browse files Browse the repository at this point in the history
hello 2
hello 3

hello 4
  • Loading branch information
ydshieh committed Apr 29, 2024
1 parent bea238e commit d6e98f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/self-new-model-pr-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ jobs:
- name: Check if there are specified models
run: |
echo "models=['models/bert', 'models/gpt2']" >> $GITHUB_ENV
echo "models=$(python utils/check_if_new_model_added.py | tail -n 1)" >> $GITHUB_ENV
- name: Check values
# TODO: combine the values
- name: Models to run slow CI
id: models_to_run
run: |
echo "${{ env.new_model }}"
echo "${{ env.commit_message }}"
echo "${{ env.new_model }}"
echo "${{ env.models }}"
echo "models=${{ env.models }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d6e98f3

Please sign in to comment.