From 5744b62e601c53fec577eb6c10c0590c325fc794 Mon Sep 17 00:00:00 2001 From: Leonardo Migliorelli Date: Mon, 30 Oct 2023 17:21:43 +0100 Subject: [PATCH] removed github workflows --- .github/workflows/update-submodule.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/update-submodule.yml diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml deleted file mode 100644 index eefa12f..0000000 --- a/.github/workflows/update-submodule.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: "Submodule Notify Parent" - -on: [push, workflow_dispatch] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - dispatch: - runs-on: ubuntu-latest - name: "Submodule Notify Parent" - strategy: - matrix: - repo: ["unicam-complex-system/camera-security-system-monorepo"] - - steps: - - name: Push to repo - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.PAT }} - repository: ${{ matrix.repo }} - event-type: update - client-payload: '{"module":"${{ github.repository }}","sha":"${{ github.sha }}"}' \ No newline at end of file