From a9f7db6aa7be07a80a5d0b18eff1646d0325ede7 Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Tue, 4 May 2021 16:19:03 +0900 Subject: [PATCH] Run e2e-test after update-generated-files --- .github/workflows/hello-world.yaml | 3 +++ 1 file changed, 3 insertions(+) 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