Nighly Build #343
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nighly Build | |
on: | |
workflow_dispatch: | |
schedule: | |
# every day at 2AM | |
- cron: "0 2 * * *" | |
jobs: | |
build-haystack-home: | |
runs-on: ubuntu-latest | |
steps: | |
- name: trigger-hook | |
run: | | |
curl -X POST ${{ secrets.VERCEL_DEPLOY_HOOK }} |