From 343c8da18a408a483105dcd985d595811a20bdd4 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 22 Oct 2024 19:40:31 +0200 Subject: [PATCH] remove issues_comment trigger for ci --- .github/workflows/docker-image.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 70a24f0e4b..6ad794e136 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -16,8 +16,6 @@ on: types: [opened, synchronize, reopened] paths: - "Dockerfile" - issue_comment: - types: [created, edited, deleted] concurrency: group: ${{ github.ref }}