Skip to content

Commit

Permalink
Fix CI job again...
Browse files Browse the repository at this point in the history
We only need to check that the repo name matches
`FHIR/genomics-operations` when running the tests...

Signed-off-by: Mihai Todor <[email protected]>
  • Loading branch information
mihaitodor committed Feb 10, 2025
1 parent 73994ff commit f584fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Run Tests
# We don't have access to secrets when the PR is created from a fork
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'FHIR/genomics-operations' }}
if: ${{ github.repository == 'FHIR/genomics-operations' }}
run: ./fetch_utilities_data.sh && python -m pytest
env:
MONGODB_READONLY_PASSWORD: ${{ secrets.MONGODB_READONLY_PASSWORD }}
Expand Down

0 comments on commit f584fc9

Please sign in to comment.