Skip to content

Commit

Permalink
Merge pull request #8329 from OpenMined/dev
Browse files Browse the repository at this point in the history
Update 0.8.3 with new changes
  • Loading branch information
shubham3121 committed Dec 7, 2023
2 parents dea33f3 + 74dc093 commit 58e36e7
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,15 +24,15 @@ 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@dev
uses: OpenMined/PySyft/.github/workflows/pr-tests-linting.yml@${{ github.ref_name }}

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@dev
uses: OpenMined/PySyft/.github/workflows/pr-tests-syft.yml@${{ github.ref_name }}

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@dev
uses: OpenMined/PySyft/.github/workflows/pr-tests-stack.yml@${{ github.ref_name }}
secrets: inherit

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

0 comments on commit 58e36e7

Please sign in to comment.