ci(e2e): run against stable branch (#864)

This commit is contained in:
Felix Angelov
2023-07-17 21:59:13 -05:00
committed by GitHub
parent 7de06f6319
commit f891800419
+3
View File
@@ -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