Skip to content

Commit

Permalink
Merge pull request pulumi#1065 from pulumi/t0yv0/4x-perf-sampling
Browse files Browse the repository at this point in the history
Run perf metrics jobs 4x a day
  • Loading branch information
Emiliza Gutierrez committed Aug 25, 2021
2 parents e8428ae + 1b41d31 commit 1081007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance_metrics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Performance Metrics Cron Job
"on":
workflow_dispatch: {}
schedule:
- cron: 0 9 * * *
- cron: 0 */6 * * *
env:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
Expand Down

0 comments on commit 1081007

Please sign in to comment.