Skip to content

Commit

Permalink
ci: update 'on' triggers
Browse files Browse the repository at this point in the history
* Run for 'merge_group' to support the merge queue feature.
* Add a cron scheduled run to prevent bitrot during periods of
  inactivity.
  • Loading branch information
cpu committed Dec 1, 2023
1 parent 7316b2e commit 854ba8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name: rustls
permissions:
contents: read

on: [push, pull_request]
on:
push:
pull_request:
merge_group:
schedule:
- cron: '0 18 * * *'

jobs:
build:
Expand Down

0 comments on commit 854ba8d

Please sign in to comment.