diff --git a/.github/workflows/create-pr-on-tags.yaml b/.github/workflows/create-pr-on-tags.yaml index 85ce8fc55..aaaa809c8 100644 --- a/.github/workflows/create-pr-on-tags.yaml +++ b/.github/workflows/create-pr-on-tags.yaml @@ -3,7 +3,7 @@ name: Create charts PR on tags creation on: workflow_dispatch: workflow_run: - workflows: [ "Build and push images on tags" ] + workflows: [ "Build and push DGU Find Image on tags" ] types: - completed diff --git a/.github/workflows/create-pr.yaml b/.github/workflows/create-pr.yaml index b4afbdfc6..ac981585b 100644 --- a/.github/workflows/create-pr.yaml +++ b/.github/workflows/create-pr.yaml @@ -3,7 +3,7 @@ name: Create charts PR on: workflow_dispatch: workflow_run: - workflows: [ "Build and push images" ] + workflows: [ "Build and push multi-arch images" ] types: - completed branches: @@ -24,4 +24,4 @@ jobs: GH_TOKEN: ${{ secrets.PR_GITHUB_TOKEN }} GH_REF: ${{ github.ref_name }} IS_TAG: "false" - ENVS: "integration" \ No newline at end of file + ENVS: "integration"