From c9dea221341f01c737239e55fafa61eed15b785f Mon Sep 17 00:00:00 2001 From: Danut Ilisei Date: Mon, 6 May 2024 16:18:28 +0200 Subject: [PATCH] ci: change CI job name to shared --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 737000c..701f45d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,6 @@ on: pull_request: jobs: - CI: + shared: uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@v1 secrets: inherit