diff --git a/.github/workflows/agent-container-pr.yml b/.github/workflows/agent-container-pr.yml index b6dbf6f9..0e014ab6 100644 --- a/.github/workflows/agent-container-pr.yml +++ b/.github/workflows/agent-container-pr.yml @@ -1,14 +1,6 @@ name: Container Agent Docker Image CI on: - push: - paths-ignore: - - '**.md' - - 'charts/**' - branches: - - 'main' - tags: - - 'v*.*.*' pull_request: branches: - 'main' @@ -66,4 +58,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-args: | "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" - \ No newline at end of file + diff --git a/.github/workflows/agent-git-pr.yml b/.github/workflows/agent-git-pr.yml index f2940163..6aa9e25e 100644 --- a/.github/workflows/agent-git-pr.yml +++ b/.github/workflows/agent-git-pr.yml @@ -1,14 +1,6 @@ name: Git Agent Docker Image CI on: - push: - paths-ignore: - - '**.md' - - 'charts/**' - branches: - - 'main' - tags: - - 'v*.*.*' pull_request: branches: - 'main' @@ -66,4 +58,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-args: | "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" - \ No newline at end of file + diff --git a/.github/workflows/agent-kubviz-pr.yml b/.github/workflows/agent-kubviz-pr.yml index cfc0bfd3..b4d1cbf3 100644 --- a/.github/workflows/agent-kubviz-pr.yml +++ b/.github/workflows/agent-kubviz-pr.yml @@ -1,14 +1,6 @@ name: Agent Docker Image CI on: - push: - paths-ignore: - - '**.md' - - 'charts/**' - branches: - - 'main' - tags: - - 'v*.*.*' pull_request: branches: - 'main' @@ -66,4 +58,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-args: | "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" - \ No newline at end of file + diff --git a/.github/workflows/client-pr.yml b/.github/workflows/client-pr.yml index 757847dd..e8293c75 100644 --- a/.github/workflows/client-pr.yml +++ b/.github/workflows/client-pr.yml @@ -1,14 +1,6 @@ name: Client Docker Image CI on: - push: - paths-ignore: - - '**.md' - - 'charts/**' - branches: - - 'main' - tags: - - 'v*.*.*' pull_request: branches: - 'main' @@ -66,4 +58,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-args: | "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" - \ No newline at end of file +