From f471e50df6c0b2f4718c30396fb5ec02d52f9867 Mon Sep 17 00:00:00 2001 From: Prasanna S R Date: Fri, 22 Sep 2023 08:56:30 +0530 Subject: [PATCH] Splitting common job to multiple --- .github/workflows/manual.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 41875b2d6..808d3daf8 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -23,6 +23,9 @@ jobs: # This workflow contains a single job called "greet" # The type of runner that the job will run on runs-on: ubuntu-latest needs: [release-sunbird-rc-core] + steps: + - name: Test + run: echo "Test" install-dependencies: name: Install and configure dependencies