Skip to content

Commit

Permalink
modified back to github ref:
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Dec 7, 2023
1 parent 5594d66 commit e1a9d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ on:
jobs:
call-pr-tests-linting:
if: github.repository == 'OpenMined/PySyft' && (github.event.inputs.skip_tests == 'false' || github.event_name == 'schedule') # don't run on forks
uses: OpenMined/PySyft/.github/workflows/pr-tests-linting.yml@${GITHUB_HEAD_REF}
uses: OpenMined/PySyft/.github/workflows/pr-tests-linting.yml@${{ github.ref }}
secrets: inherit

call-pr-tests-syft:
if: github.repository == 'OpenMined/PySyft' && (github.event.inputs.skip_tests == 'false' || github.event_name == 'schedule') # don't run on forks
uses: OpenMined/PySyft/.github/workflows/pr-tests-syft.yml@${GITHUB_HEAD_REF}
uses: OpenMined/PySyft/.github/workflows/pr-tests-syft.yml@${{ github.ref }}
secrets: inherit

call-pr-tests-stack:
if: github.repository == 'OpenMined/PySyft' && (github.event.inputs.skip_tests == 'false' || github.event_name == 'schedule') # don't run on forks
uses: OpenMined/PySyft/.github/workflows/pr-tests-stack.yml@${GITHUB_HEAD_REF}
uses: OpenMined/PySyft/.github/workflows/pr-tests-stack.yml@${{ github.ref }}
secrets: inherit

# build-and-push-docker-images:
Expand Down

0 comments on commit e1a9d5f

Please sign in to comment.