From e1a9d5f0d548f7002ed016b290c98d1232531f67 Mon Sep 17 00:00:00 2001 From: rasswanth-s <43314053+rasswanth-s@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:27:22 +0530 Subject: [PATCH] modified back to github ref: --- .github/workflows/cd-syft.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-syft.yml b/.github/workflows/cd-syft.yml index ffb88a8453e..311e85a4644 100644 --- a/.github/workflows/cd-syft.yml +++ b/.github/workflows/cd-syft.yml @@ -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: