From f891800419196ee4615857bbedb5ebafa50d6a06 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 17 Jul 2023 21:59:13 -0500 Subject: [PATCH] ci(e2e): run against stable branch (#864) --- .github/workflows/e2e.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 58883d8a..18f75d1e 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -1,6 +1,7 @@ name: e2e on: + workflow_dispatch: schedule: # At the end of every day - cron: "0 0 * * *" @@ -21,6 +22,8 @@ jobs: steps: - name: 📚 Git Checkout uses: actions/checkout@v3 + with: + ref: stable - name: Add Shorebird to macOS/Linux PATH shell: bash