From 2384811f3be26dcde313d3c05527483795bddb22 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 8 Aug 2024 10:19:29 +0200 Subject: [PATCH] remove hook test --- .github/workflows/build_binaries.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 143597f..b4d8f1a 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -136,20 +136,5 @@ jobs: repository: Panduza/panduza_sandbox_flutter event-type: update-windows-installer client-payload: '{"ref": "${{ github.ref }}"}' - - # Fast hook test, send a message to windows installer repo to start his workflow - test_hook: - - runs-on: windows-latest - - steps: - - - name: Start Windows installer workflow - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.TOKEN_WINDOWS_INSTALLER }} - repository: Panduza/panduza_windows_installer - event-type: update-windows-installer - client-payload: '{"ref": "${{ github.ref }}"}'