There was an error while loading. Please reload this page.
1 parent 38927ed commit 716df52Copy full SHA for 716df52
2 files changed
.github/workflows/utilities/reusable-workflow/action.yml
@@ -1,6 +1,7 @@
1
name: CI Workflow
2
description: A reusable workflow for continuous integration tasks.
3
-on: workflow_call
+on:
4
+ workflow_call:
5
jobs:
6
CI:
7
runs-on: ubuntu-latest
.github/workflows/workflow-ci.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
13
- name: Call CI Workflow
14
- uses: ./.github/workflows/utilities/reusable-workflow/action.yml
+ uses: ./.github/workflows/utilities/reusable-workflow
15
16
call-composite-workflow:
17
0 commit comments