Skip to content

Commit

Permalink
add comments describing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 16, 2024
1 parent 937fe60 commit b968690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_pytest.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This workflow will run pytest, prioritizing rebustness over speed.
# This is in contrast to the 'failfast' workflow, which prioritizes speed over robustness.
name: Pytest (All)

on:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python_pytest_fast.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This workflow will run pytest, prioritizing speed over robustness.
# This is in contrast to the 'all' workflow, which prioritizes robustness over speed.
name: Pytest (Fast Tests Only)

on:
Expand Down

0 comments on commit b968690

Please sign in to comment.