Is it possible to use the Workflow cron syntax to run a workflow every minute, eg:
workflows:
version: 2
smoke-test:
jobs:
- smoke-test
triggers:
- schedule:
cron: '* * * * *'
filters:
branches:
only:
- master