Commit df9977cb authored by baberabb's avatar baberabb
Browse files

bugfix

parent 6c4222ec
......@@ -61,7 +61,7 @@ jobs:
# Edit task table if new tasks added
# copied from gpt-neox repo
- name: Update Docs
if: success()
if: steps.changed-tasks.outputs.tasks_any_modified == 'true' && steps['Test with pytest'].outcome == 'success'
run: |
python scripts/make_table_tasks.py
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