Skip to content

Commit

Permalink
Trigger workflow from console (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
saravsak committed Jun 5, 2021
1 parent e4956a7 commit 2492b3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/yardstiq-runner-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Yarstiq Runner Workflow
on:
schedule:
- cron: '0 0 1 */6 *'
workflow_dispatch:
inputs:
AWS_REGION:
description: "Region for AWS"
jobs:
Benchmark:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2492b3a

Please sign in to comment.