refactor: Introduce SI prefixes and make code use consistent SI prefi… #22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger tests | |
on: | |
push: | |
paths: | |
- 'include/**' | |
- 'src/**' | |
- 'test/**' | |
workflow_dispatch: | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger run-tests workflow | |
uses: peter-evans/repository-dispatch@v2 | |
with: | |
token: ${{ secrets.REPO_ACCESS_TOKEN }} | |
repository: ${{ github.repository }} | |
event-type: trigger-tests | |