Skip to content

Commit

Permalink
CI: Don't trigger libthea on gvmd-build image changes anymore
Browse files Browse the repository at this point in the history
Libthea project has been abandoned and will not get any further changes.
Therefore there is no need to trigger any workflow of libthea.
  • Loading branch information
bjoernricks committed Feb 27, 2024
1 parent da49baf commit ae90bd3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'

0 comments on commit ae90bd3

Please sign in to comment.