diff --git a/.github/workflows/hello-world.yaml b/.github/workflows/hello-world.yaml index a18cb9fd..140dee2a 100644 --- a/.github/workflows/hello-world.yaml +++ b/.github/workflows/hello-world.yaml @@ -58,9 +58,12 @@ jobs: - uses: ./.github/actions/update-generated-files e2e-test: + needs: [build] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + ref: ${{ github.head_ref }} - uses: ./hello-world with: name: foo