Skip to content

Commit

Permalink
Remove the job dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Sep 5, 2024
1 parent 46f00f9 commit 796371d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ jobs:


run-patient-management-e2e-tests:
needs: changes
if: ${{ needs.changes.outputs.test-changes == 'true' }}
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- name: Checkout repo
Expand Down

0 comments on commit 796371d

Please sign in to comment.