Skip to content

Commit afd6e40

Browse files
committed
refactor(ci): pre-commit.yml now only runs on pull_request and workflow_dispatch
1 parent ff36a44 commit afd6e40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: pre-commit
22

33
on:
4-
push:
4+
pull_request:
55
workflow_dispatch:
6-
schedule:
7-
- cron: '0 1 * * *' # Runs daily to check for dependency issues or flaking tests
86
jobs:
97
call_reusable_workflow:
108
uses: vortexntnu/vortex-ci/.github/workflows/reusable-pre-commit.yml@main

0 commit comments

Comments
 (0)