Skip to content

Commit

Permalink
Fixed Workflow Dependancy
Browse files Browse the repository at this point in the history
- Workflow needed one job with no dependency
- Added dummy job
  • Loading branch information
ojusharma authored Apr 5, 2024
1 parent aa55ee1 commit a5299d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pull_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
./pull_changes.sh
dummy-job:
runs-on: ubuntu-latest
steps:
- name: Dummy Step
run: echo "This is a dummy step"

0 comments on commit a5299d4

Please sign in to comment.