Skip to content

Commit

Permalink
Merge pull request #8332 from OpenMined/revert-cd
Browse files Browse the repository at this point in the history
revert cd
  • Loading branch information
koenvanderveen committed Dec 7, 2023
2 parents 74dc093 + a5e5c76 commit f91e3ea
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@${{ github.ref_name }}
uses: OpenMined/PySyft/.github/workflows/pr-tests-linting.yml@dev

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

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

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

0 comments on commit f91e3ea

Please sign in to comment.