Skip to content

Commit

Permalink
Merge branch 'master' into 944-feature-add-dp-enabled-training
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Sep 30, 2024
2 parents 72b1fd0 + 10bd05f commit 53566b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
flags: unittests

- name: Upload coverage to Codacy
if: steps.changed-files-specific.outputs.only_modified == 'false' # Run on any non-docs change
if: github.ref == 'refs/heads/master' # only run when on master
uses: codacy/[email protected]
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
Expand Down

0 comments on commit 53566b0

Please sign in to comment.