Skip to content

Commit a9cbff8

Browse files
committed
refactor(ci): update centralized workflow references to common- prefix
check-semantic-pr.yml and build-docs.yml were renamed to common-check-semantic-pr.yml and common-build-docs.yml in reqstool/.github as part of the workflow directory flatten refactor. Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
1 parent 86e31a2 commit a9cbff8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212

1313
jobs:
1414
build:
15-
uses: reqstool/.github/.github/workflows/build-docs.yml@main
15+
uses: reqstool/.github/.github/workflows/common-build-docs.yml@main

.github/workflows/check-semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55

66
jobs:
77
check:
8-
uses: reqstool/.github/.github/workflows/check-semantic-pr.yml@main
8+
uses: reqstool/.github/.github/workflows/common-check-semantic-pr.yml@main

0 commit comments

Comments
 (0)