From ae90bd30d29b762ce1810eeb2a753dd7c89d3327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Tue, 27 Feb 2024 10:43:22 +0100 Subject: [PATCH] CI: Don't trigger libthea on gvmd-build image changes anymore Libthea project has been abandoned and will not get any further changes. Therefore there is no need to trigger any workflow of libthea. --- .github/workflows/build-container.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 93b7704d6..7a6175c58 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -60,10 +60,3 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Trigger libtheia container build - if: github.event_name != 'pull_request' - run: | - curl -X POST https://api.github.com/repos/greenbone/libtheia/actions/workflows/container.yml/dispatches \ - -H "Accept: application/vnd.github.v3+json" \ - -u greenbonebot:${{ secrets.GREENBONE_BOT_TOKEN }} \ - -d '{"ref":"main"}'