Skip to content

Commit 6cdf2cd

Browse files
fix: move reusable workflow path
1 parent 716df52 commit 6cdf2cd

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/utilities/reusable-workflow/action.yml renamed to .github/workflows/reusable-workflow-CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: CI Workflow
22
description: A reusable workflow for continuous integration tasks.
3-
on:
4-
workflow_call:
3+
on: workflow_call
54
jobs:
65
CI:
76
runs-on: ubuntu-latest

.github/workflows/workflow-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ jobs:
77
call-reusable-workflow:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Checkout repository
11-
uses: actions/checkout@v4
12-
1310
- name: Call CI Workflow
14-
uses: ./.github/workflows/utilities/reusable-workflow
11+
uses: ./.github/workflows/reusable-workflow-CI.yml
1512

1613
call-composite-workflow:
1714
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)