Skip to content

Commit

Permalink
Expirmenting with baketime
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <petern@amazon.com>
  • Loading branch information
peternied committed Mar 30, 2023
1 parent 30c967e commit 6910717
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/bake-time.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Bake time

on:
pull_request:
types:
- opened
- synchronize
workflow_dispatch:
schedule:
- cron: '0 */1 * * *' # Runs every 1 hour

jobs:
baking_pull_request:
name: "Baking pull request..."
runs-on: ubuntu-latest
steps:
- uses: peternied/bake-time@message-updater
with:
check-name: "Baking pull request..."
delay-hours: 2

0 comments on commit 6910717

Please sign in to comment.