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 ff36a44 commit afd6e40Copy full SHA for afd6e40
.github/workflows/pre-commit.yml
@@ -1,10 +1,8 @@
1
name: pre-commit
2
3
on:
4
- push:
+ pull_request:
5
workflow_dispatch:
6
- schedule:
7
- - cron: '0 1 * * *' # Runs daily to check for dependency issues or flaking tests
8
jobs:
9
call_reusable_workflow:
10
uses: vortexntnu/vortex-ci/.github/workflows/reusable-pre-commit.yml@main
0 commit comments