Skip to content

Commit

Permalink
Remove wrong status check conclusion in Application Build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 28, 2024
1 parent 6153cdf commit ca990dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/application_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
id: initialize_cypress_e2e_tests_job_check
uses: LouisBrunner/checks-action@v2.0.0
with:
conclusion: action_required
details_url: "https://github.com/MTES-MCT/monitorfish/actions/runs/${{ github.run_id }}/job/${{ github.job_id }}"
name: "Application E2E Tests (Cypress)"
sha: ${{ github.event.push.head_commit.id }}
Expand All @@ -47,7 +46,6 @@ jobs:
id: initialize_puppeteer_e2e_tests_job_check
uses: LouisBrunner/checks-action@v2.0.0
with:
conclusion: action_required
details_url: "https://github.com/MTES-MCT/monitorfish/actions/runs/${{ github.run_id }}/job/${{ github.job_id }}"
name: Application E2E Tests (Puppeteer)
sha: ${{ github.event.push.head_commit.id }}
Expand Down

0 comments on commit ca990dd

Please sign in to comment.