We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a4486 commit dedbe34Copy full SHA for dedbe34
.github/workflows/ci.yml
@@ -2,6 +2,7 @@ name: Run CI tests
2
on:
3
push:
4
pull_request:
5
+ workflow_dispatch:
6
schedule:
7
- cron: '0 0 * * 2'
8
jobs:
.github/workflows/coverage.yml
@@ -1,6 +1,5 @@
1
name: Run coverage tests
-on:
- workflow_call:
+on: [workflow_dispatch, workflow_call]
coverage:
runs-on: ${{ matrix.os }}
.github/workflows/linter.yml
name: Run pre-commit
linter:
runs-on: ubuntu-24.04
.github/workflows/os.yml
name: Run tests on different OS
os:
0 commit comments