From af249bd9c15b3384e47227a5143b6eb839cc21e2 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Wed, 28 Feb 2024 08:40:02 +0100 Subject: [PATCH] Remove exclusive name in workflows check actions --- .github/workflows/application_deployment.yml | 3 +-- .github/workflows/application_e2e_tests.yml | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/application_deployment.yml b/.github/workflows/application_deployment.yml index 730feb85ae..51941b8a8d 100644 --- a/.github/workflows/application_deployment.yml +++ b/.github/workflows/application_deployment.yml @@ -60,7 +60,6 @@ jobs: with: check_id: application-deployment-${{ github.event.workflow_run.head_commit.id }} conclusion: ${{ job.status }} - details_url: https://github.com/MTES-MCT/monitorfish/actions/runs/${{ github.run_id }}/job/${{ github.job_id }} - name: Application Deployment + details_url: "https://github.com/MTES-MCT/monitorfish/actions/runs/${{ github.run_id }}/job/${{ github.job_id }}" sha: ${{ github.event.workflow_run.head_commit.id }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/application_e2e_tests.yml b/.github/workflows/application_e2e_tests.yml index e4f28c32ad..ab843652fd 100644 --- a/.github/workflows/application_e2e_tests.yml +++ b/.github/workflows/application_e2e_tests.yml @@ -94,7 +94,7 @@ jobs: with: check_id: application-e2e-cypress-${{ github.event.workflow_run.head_commit.id }} conclusion: ${{ job.status }} - name: Application Cypress E2E tests + details_url: "https://github.com/MTES-MCT/monitorfish/actions/runs/${{ github.run_id }}/job/${{ github.job_id }}" sha: ${{ github.event.workflow_run.head_commit.id }} token: ${{ secrets.GITHUB_TOKEN }} @@ -123,7 +123,6 @@ jobs: uses: ishworkh/container-image-artifact-download@v1.0.0 with: commit_sha: ${{ github.event.workflow_run.head_commit.id }} - details_url: https://github.com/MTES-MCT/monitorfish/actions/runs/${{ github.run_id }}/job/${{ github.job_id }} image: monitorfish-app:${{ env.VERSION }} token: ${{ secrets.GITHUB_TOKEN }} workflow: "Application Build" @@ -158,7 +157,6 @@ jobs: with: check_id: application-e2e-puppeteer-${{ github.event.workflow_run.head_commit.id }} conclusion: ${{ job.status }} - details_url: https://github.com/MTES-MCT/monitorfish/actions/runs/${{ github.run_id }}/job/${{ github.job_id }} - name: Application Puppeteer E2E tests + details_url: "https://github.com/MTES-MCT/monitorfish/actions/runs/${{ github.run_id }}/job/${{ github.job_id }}" sha: ${{ github.event.workflow_run.head_commit.id }} token: ${{ secrets.GITHUB_TOKEN }}