Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test_commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
commitlint_remote:
# The github context isn't recognized in the ref for the called workflow,
# so we'll have to leave that one hard-coded for now.
#uses: nciocpl/.github/.github/workflows/ocpl_cm_standards_check.yml@workflow/v4
uses: nciocpl/.github/.github/workflows/ocpl_cm_standards_check.yml@ticket/14-module-fix
uses: nciocpl/.github/.github/workflows/ocpl_cm_standards_check.yml@workflow/v4
with:
config_ref: '${{ github.head_ref }}'

Expand Down