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