Skip to content

Commit

Permalink
Splitting common job to multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
srprasanna committed Sep 22, 2023
1 parent 87c5fed commit f471e50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f471e50

Please sign in to comment.