You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, npm publish package workflow is triggered once the workflow with tests is complete and successful.
If introduced changes include documentation only, workflow with test is triggered but no tests are executed (expected). Unfortunately, in this scenario whole test workflow is considered as one which can trigger npm package publish workflow, due to the workflow_run: configuration.
The goal of this task is to refactor npm public package workflow and add a conditional which confirms that any of the test within Tests workflow completed with success.
Currently, npm publish package workflow is triggered once the workflow with tests is complete and successful.
If introduced changes include documentation only, workflow with test is triggered but no tests are executed (expected). Unfortunately, in this scenario whole test workflow is considered as one which can trigger npm package publish workflow, due to the
workflow_run:
configuration.The goal of this task is to refactor npm public package workflow and add a conditional which confirms that any of the test within
Tests
workflow completed with success.Possible solution:
The text was updated successfully, but these errors were encountered: