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 c482554 commit 4256588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-new-model-pr-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
dummy2:
runs-on: ubuntu-22.04
name: Check specified models to test 3333444444
name: Check specified models to test 3
needs: find_models_to_run
if: contains(fromJson(needs.find_models_to_run.outputs.matrix), 'dummy') != true
if: contains(fromJson(needs.find_models_to_run.outputs.models), 'dummy') != true
steps:
- name: Check if there are specified models
run: |
Expand Down

0 comments on commit 4256588

Please sign in to comment.