From 55c41599be8a48158f5ac47ef43f13a43ac4914d Mon Sep 17 00:00:00 2001 From: MLPCR Date: Thu, 17 Apr 2025 21:02:55 +0000 Subject: [PATCH] Update generator-windows.yml Continue on Error or timeout of update status --- .github/workflows/generator-windows.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/generator-windows.yml b/.github/workflows/generator-windows.yml index 36b723d..f2e7ebf 100644 --- a/.github/workflows/generator-windows.yml +++ b/.github/workflows/generator-windows.yml @@ -134,6 +134,7 @@ jobs: - name: Report Status uses: fjogeleit/http-request-action@v1 + continue-on-error: true with: url: ${{ env.STATUS_URL }} method: 'POST' @@ -278,6 +279,7 @@ jobs: - name: Report Status uses: fjogeleit/http-request-action@v1 + continue-on-error: true with: url: ${{ env.STATUS_URL }} method: 'POST' @@ -316,6 +318,7 @@ jobs: - name: Report Status uses: fjogeleit/http-request-action@v1 + continue-on-error: true with: url: ${{ env.STATUS_URL }} method: 'POST' @@ -328,6 +331,7 @@ jobs: - name: Report Status uses: fjogeleit/http-request-action@v1 + continue-on-error: true with: url: ${{ env.STATUS_URL }} method: 'POST' @@ -447,6 +451,7 @@ jobs: - name: Report Status uses: fjogeleit/http-request-action@v1 + continue-on-error: true with: url: ${{ env.STATUS_URL }} method: 'POST' @@ -465,6 +470,7 @@ jobs: - name: Report Status uses: fjogeleit/http-request-action@v1 + continue-on-error: true with: url: ${{ env.STATUS_URL }} method: 'POST' @@ -550,6 +556,7 @@ jobs: - name: Report Status uses: fjogeleit/http-request-action@v1 + continue-on-error: true with: url: ${{ env.STATUS_URL }} method: 'POST' @@ -623,6 +630,7 @@ jobs: - name: Report Status uses: fjogeleit/http-request-action@v1 + continue-on-error: true with: url: ${{ env.STATUS_URL }} method: 'POST'