diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c4c468c9c..08f396a114 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -359,5 +359,3 @@ jobs: artifact-name: "boundary_${{ needs.product-metadata.outputs.product-version }}_linux_amd64.zip" go-version: ${{ needs.product-metadata.outputs.go-version }} secrets: inherit - # Enos jobs are still a bit flaky, ensure they don't fail the workflow. - continue-on-error: true diff --git a/.github/workflows/enos-run.yml b/.github/workflows/enos-run.yml index 7acf5fe9c4..eed637cec5 100644 --- a/.github/workflows/enos-run.yml +++ b/.github/workflows/enos-run.yml @@ -19,6 +19,8 @@ env: jobs: enos: name: Integration + # Enos jobs are still a bit flaky, ensure they don't fail the workflow. + continue-on-error: true strategy: matrix: include: