From ab87d8fc7cde00420f92b3c8ec7f4262f9ef5ae4 Mon Sep 17 00:00:00 2001 From: Mohamad Fikri Date: Sat, 14 Dec 2024 17:39:22 +0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5d8e3c..d869e02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,14 @@ on: branches: [master] schedule: - cron: "0 */2 * * *" + workflow_call: + inputs: + config-path: + required: true + type: string + secrets: + personal_access_token: + required: true # concurrency: # # Use github.run_id on main branch # # Use github.event.pull_request.number on pull requests, so it's unique per pull request