Skip to content

Commit

Permalink
remove hook test
Browse files Browse the repository at this point in the history
  • Loading branch information
Darcraytore1 committed Aug 8, 2024
1 parent 24e90d6 commit 2384811
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}'


0 comments on commit 2384811

Please sign in to comment.