Commit 8d82fa38 authored by Kelvin Fichter's avatar Kelvin Fichter

feat(itests): run external tests once per day

Runs the external SNX tests once per day.
parent 6a839b18
name: Exteral Tests (Synthetix) name: Exteral Tests (Synthetix)
on: workflow_dispatch on:
schedule:
# run these tests once per day
- cron: '0 0 * * *'
jobs: jobs:
integration: integration:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment