From 9c48a1c0b915eec7f8fa186185248427092cb3fc Mon Sep 17 00:00:00 2001 From: Thomas Sundvoll Date: Tue, 23 Apr 2024 09:24:45 +0200 Subject: [PATCH] Remove unused workflow --- .../repository_dispatch_on_merge.yml | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/repository_dispatch_on_merge.yml diff --git a/.github/workflows/repository_dispatch_on_merge.yml b/.github/workflows/repository_dispatch_on_merge.yml deleted file mode 100644 index b2d8bf92..00000000 --- a/.github/workflows/repository_dispatch_on_merge.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Dispatch to repo -on: - push: - branches: - - main - workflow_dispatch: -jobs: - dispatch: - runs-on: ubuntu-latest - strategy: - matrix: - repo: ["equinor/robotics-deployment"] - steps: - - name: Push to repo - uses: peter-evans/repository-dispatch@v2.0.0 - with: - token: ${{ secrets.PAT }} - repository: ${{ matrix.repo }} - event-type: update - client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "module": "isar", "branch": "main"}'