Skip to content

Commit

Permalink
Update integration test schedule from hourly to daily at 06:45Z (awsl…
Browse files Browse the repository at this point in the history
…abs#905)

Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
  • Loading branch information
dannycjones authored Jun 10, 2024
1 parent 90ea288 commit cbc8ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
merge_group:
types: [ "checks_requested" ]
schedule:
- cron: "0 * * * *"
- cron: "45 6 * * *" # Daily at 06:45 UTC
workflow_dispatch:
inputs:
ref:
Expand Down

1 comment on commit cbc8ec8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: cbc8ec8 Previous: 42007f7 Ratio
seq_read_skip_17m 78.3123046875 MiB/s 228.62529296875 MiB/s 2.92

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.