Skip to content

Commit f815477

Browse files
authored
refactor(pre-commit.yml): now uses the workflow on main
1 parent 6775766 commit f815477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77
- cron: '0 1 * * *' # Runs daily to check for dependency issues or flaking tests
88
jobs:
99
call_reusable_workflow:
10-
uses: vortexntnu/vortex-ci/.github/workflows/reusable-pre-commit.yml@feat/reusable-pre-commit
10+
uses: vortexntnu/vortex-ci/.github/workflows/reusable-pre-commit.yml@main
1111
with:
1212
ros_distro: 'humble'

0 commit comments

Comments
 (0)