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
3864b560
Commit
3864b560
authored
Jul 21, 2023
by
baberabb
Browse files
workflows on just big-refactor
parent
3d0282cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
.github/workflows/new_tasks.yml
.github/workflows/new_tasks.yml
+5
-1
.github/workflows/unit_tests.yml
.github/workflows/unit_tests.yml
+4
-0
No files found.
.github/workflows/new_tasks.yml
View file @
3864b560
...
...
@@ -2,9 +2,13 @@ name: Tasks Modified
on
:
push
:
branches
:
-
big-refactor
pull_request
:
branches
:
-
big-refactor
workflow_dispatch
:
# comment/edit out the above to stop/change the trigger
# comment/edit out the above to stop/change the trigger
s
jobs
:
changed_files
:
runs-on
:
ubuntu-latest
# windows-latest || macos-latest
...
...
.github/workflows/unit_tests.yml
View file @
3864b560
...
...
@@ -5,7 +5,11 @@ name: Unit Tests
on
:
push
:
branches
:
-
big-refactor
pull_request
:
branches
:
-
big-refactor
workflow_dispatch
:
# Jobs run concurrently and steps run sequentially within a job.
# jobs: linter and cpu_tests. Add more jobs/steps as required.
...
...
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