From 8e4a70c7e9e495ca425bb29cafe1f426ad29c406 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 16 Jun 2021 14:19:44 +0200 Subject: tests: get epochs/daily commit with ./wpt rev-list (#11002) --- .github/workflows/wpt_epoch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 84743c568..87dcd510e 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -50,7 +50,7 @@ jobs: run: | git remote set-branches origin '*' git fetch origin - git checkout origin/epochs/daily + git checkout $(./wpt rev-list --epoch 1d) git checkout -b epochs/daily - name: Configure hosts file for WPT (unix) -- cgit v1.2.3