Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add comment to github workflow about skipping CI
It is possible to skip running CI by prefixing the following notation in the title of your commit message e.g., "[skip ci] my commit message" For more information, please read the GitHub [documentation](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/skipping-workflow-runs) Note: You will not be able to merge into develop or main without running CI. To run CI either: - edit the last commit message using `git commit --amend` and remove the tag "[skip ci]" or, - create a new commit without a "[skip ci]" tag
- Loading branch information