🌄 Daily Full Matrix Test #46
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: 🌄 Daily Full Matrix Test | |
on: | |
schedule: | |
- cron: '0 13 * * *' | |
jobs: | |
trigger_workflow_dispatch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger Workflow Dispatch | |
env: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
run: | | |
gh workflow run test.yml --repo Chia-Network/chia-blockchain --ref main |