From 245adc2e5d188c54598ca3d60a3548c58cc4cda5 Mon Sep 17 00:00:00 2001 From: Anatoly Laskaris Date: Thu, 1 Dec 2022 17:43:11 +0200 Subject: [PATCH] Fix git ref in e2e --- .github/workflows/e2e.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d9ba6da68..fcbcae5b3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,9 +16,13 @@ jobs: tests: name: "fluence-js" uses: ./.github/workflows/tests.yml + with: + ref: ${{ github.ref }} fluence-js: uses: ./.github/workflows/snapshot.yml + with: + ref: ${{ github.ref }} aqua: needs: