From e55e177baf2af6266fcdf795935ab36baa9a8aa8 Mon Sep 17 00:00:00 2001 From: blotus Date: Mon, 5 Jul 2021 14:15:16 +0200 Subject: [PATCH] remove dispatch to packaging repo (#852) --- .github/workflows/dispatch_test_debpkg.yaml | 28 --------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/dispatch_test_debpkg.yaml diff --git a/.github/workflows/dispatch_test_debpkg.yaml b/.github/workflows/dispatch_test_debpkg.yaml deleted file mode 100644 index d1754e91c..000000000 --- a/.github/workflows/dispatch_test_debpkg.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: Dispatch to deb pkg repo for tests - -on: - push: - branches: [ master ] - paths-ignore: - - 'docs/**' - - 'mkdocs.yml' - - 'README.md' - pull_request: - branches: [ master ] - paths-ignore: - - 'docs/**' - - 'mkdocs.yml' - - 'README.md' - -jobs: - dispatch: - name: dispatch to deb pkg repo - runs-on: ubuntu-latest - steps: - - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.DISPATCH_TOKEN }} - event-type: test_package_from_master - repository: crowdsecurity/packaging - client-payload: '{"branch": "${{ github.ref }}"}'