Skip to content

Commit 716df52

Browse files
fix: trigger
1 parent 38927ed commit 716df52

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/utilities/reusable-workflow/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI Workflow
22
description: A reusable workflow for continuous integration tasks.
3-
on: workflow_call
3+
on:
4+
workflow_call:
45
jobs:
56
CI:
67
runs-on: ubuntu-latest

.github/workflows/workflow-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: Call CI Workflow
14-
uses: ./.github/workflows/utilities/reusable-workflow/action.yml
14+
uses: ./.github/workflows/utilities/reusable-workflow
1515

1616
call-composite-workflow:
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)