Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
8ea9c59d
"vscode:/vscode.git/clone" did not exist on "684d5a4ea640b02bbbfcfd32df17b1cebc65c975"
Commit
8ea9c59d
authored
Dec 28, 2023
by
baberabb
Browse files
updated changed-files.
parent
0671c9cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/new_tasks.yml
.github/workflows/new_tasks.yml
+2
-2
No files found.
.github/workflows/new_tasks.yml
View file @
8ea9c59d
...
@@ -23,7 +23,7 @@ jobs:
...
@@ -23,7 +23,7 @@ jobs:
# and prepends the filter name to the standard output names.
# and prepends the filter name to the standard output names.
-
name
:
Check task folders
-
name
:
Check task folders
id
:
changed-tasks
id
:
changed-tasks
uses
:
tj-actions/changed-files@v
37.1.2
uses
:
tj-actions/changed-files@v
41.0.1
with
:
with
:
# tasks checks the tasks folder and api checks the api folder for changes
# tasks checks the tasks folder and api checks the api folder for changes
files_yaml
:
|
files_yaml
:
|
...
@@ -70,7 +70,7 @@ jobs:
...
@@ -70,7 +70,7 @@ jobs:
git add docs/task_table.md
git add docs/task_table.md
git add docs/task_table.csv
git add docs/task_table.csv
git commit -m "Update Task Table automatically"
git commit -m "Update Task Table automatically"
git push origin
HEAD:refs/heads/
${{ github.head_ref }}
git push origin ${{ github.head_ref }}
# if api is modified, run tests on it
# if api is modified, run tests on it
-
name
:
Test more tasks with pytest
-
name
:
Test more tasks with pytest
env
:
env
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment