diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c1adc064..5f0ce34f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -24,5 +24,3 @@ jobs: account_id: ${{ secrets.COREINT_E2E_ACCOUNT_ID }} api_key: ${{ secrets.COREINT_E2E_API_KEY }} license_key: ${{ secrets.COREINT_E2E_LICENSE_KEY }} - retry_seconds: 60 - retry_attempts: 15 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3a485ba6..58e554ff 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -60,5 +60,3 @@ jobs: account_id: ${{ secrets.COREINT_E2E_ACCOUNT_ID }} api_key: ${{ secrets.COREINT_E2E_API_KEY }} license_key: ${{ secrets.COREINT_E2E_LICENSE_KEY }} - retry_seconds: 60 - retry_attempts: 15 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 54129df1..d1478e3c 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -54,8 +54,6 @@ jobs: account_id: ${{ secrets.COREINT_E2E_ACCOUNT_ID }} api_key: ${{ secrets.COREINT_E2E_API_KEY }} license_key: ${{ secrets.COREINT_E2E_LICENSE_KEY }} - retry_seconds: 60 - retry_attempts: 15 outputs: CREATE_RELEASE: ${{ steps.check.outputs.CREATE_RELEASE }} EXPORTER_PATH: ${{ steps.check.outputs.EXPORTER_PATH }}