From 76406fd58a60efcebd57a2de4e6979c9ab7a74a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Scarafia?= Date: Wed, 9 Oct 2024 12:46:18 +0000 Subject: [PATCH] [REM] deprecate github workflow no longer needed closes ingadhoc/uruguay#240 X-original-commit: 4aab4c0bda25290c5c4a4f87cccfc29bc0f1c4e6 Signed-off-by: Katherine Zaoral --- .github/workflows/push_to_another_repo.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/push_to_another_repo.yml diff --git a/.github/workflows/push_to_another_repo.yml b/.github/workflows/push_to_another_repo.yml deleted file mode 100644 index 79216979..00000000 --- a/.github/workflows/push_to_another_repo.yml +++ /dev/null @@ -1,21 +0,0 @@ - -on: - push: - branches: "*.0-*" - pull_request: - branches: "*.0" - -jobs: - build: - runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'adhoc-dev' }} - steps: - - name: Clone adhoc-dev - with: - token: ${{ secrets.TOKEN }} - fetch-depth: 0 - uses: actions/checkout@v3 - - name: Push to ingadhoc - run: git push --force https://github.com/ingadhoc/${GITHUB_REPOSITORY#'adhoc-dev/'}.git HEAD - - name: PR link - run: echo 'Create pr by visiting https://github.com/ingadhoc/'${GITHUB_REPOSITORY#'adhoc-dev/'}'/pull/new/'${GITHUB_REF_NAME}