Commit df9977cb authored by baberabb's avatar baberabb
Browse files

bugfix

parent 6c4222ec
...@@ -61,7 +61,7 @@ jobs: ...@@ -61,7 +61,7 @@ jobs:
# Edit task table if new tasks added # Edit task table if new tasks added
# copied from gpt-neox repo # copied from gpt-neox repo
- name: Update Docs - name: Update Docs
if: success() if: steps.changed-tasks.outputs.tasks_any_modified == 'true' && steps['Test with pytest'].outcome == 'success'
run: | run: |
python scripts/make_table_tasks.py python scripts/make_table_tasks.py
git config user.name github-actions git config user.name github-actions
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment