Skip to content

Commit

Permalink
Merge pull request #132 from xmidt-org/update-workflow-documentation
Browse files Browse the repository at this point in the history
ignore:Update Workflow Documentation
  • Loading branch information
schmidtw authored May 27, 2024
2 parents d82e79f + 9dad742 commit df6a6ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
| 34 | | boolean | tests-race | true | If set to "true" (default), race condition checking will be performed<br>during unit tests. Otherwise no race condition checking will be done. |
| 35 | | boolean | tests-skip | false | Skip running the unit tests. |
| 36 | | boolean | upload-skip | false | Skip uploading the artifacts. |
| 37 | | boolean | yaml-lint-skip | false | Skip linting yaml files. |
| 37 | | boolean | yaml-lint-skip | true | Skip linting yaml files. |



Expand All @@ -222,6 +222,7 @@ jobs:




## Workflow Development

There are three special directories:
Expand Down

0 comments on commit df6a6ba

Please sign in to comment.