diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 137f8e2fe1..d6980f20cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -388,8 +388,8 @@ jobs: docker.io/hashicorppreview/${{ env.repo }}:${{ env.minor-version }}-dev docker.io/hashicorppreview/${{ env.repo }}:${{ env.minor-version }}-dev-${{ github.sha }} - enos: - name: Enos + e2e: + name: e2e # Only run the Enos workflow on pull requests that have been originated from # the hashicorp/boundary repository. As Enos scenarios require access to # Github Actions secrets, it only makes sense to run this workflow when those diff --git a/.github/workflows/enos-run.yml b/.github/workflows/enos-run.yml index a050a32a37..91d154c839 100644 --- a/.github/workflows/enos-run.yml +++ b/.github/workflows/enos-run.yml @@ -61,7 +61,7 @@ jobs: go mod download make tools enos: - name: Integration + name: test needs: - setup # Enos jobs are still a bit flaky, ensure they don't fail the workflow.