From d9c1900d776694569c2fbfef117e062564ce7692 Mon Sep 17 00:00:00 2001 From: Jordan Porter Date: Sun, 2 Feb 2025 09:24:05 -0700 Subject: [PATCH] allow experiment --- .github/workflows/publish-experiment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-experiment.yml b/.github/workflows/publish-experiment.yml index a1bf9187c..d2af77ee2 100644 --- a/.github/workflows/publish-experiment.yml +++ b/.github/workflows/publish-experiment.yml @@ -26,6 +26,8 @@ jobs: shell: bash steps: - uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - uses: actions/setup-node@v4 with: node-version: 22.11.0 # See package.json for the stable node version that works with our testing. Do not change this unless you know what you are doing as some node versions do not play nicely with our testing server. @@ -84,6 +86,8 @@ jobs: shell: bash steps: - uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - uses: actions/setup-node@v4 with: node-version: 22.11.0 # See package.json for the stable node version that works with our testing. Do not change this unless you know what you are doing as some node versions do not play nicely with our testing server.