Skip to content

Commit

Permalink
Revert "TEMPORARY: run daily checks on PR"
Browse files Browse the repository at this point in the history
This reverts commit 4c44603.

Reviewed-by: Saša Nedvědický <[email protected]>
Reviewed-by: Tom Cosgrove <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#25658)
  • Loading branch information
t8m committed Oct 10, 2024
1 parent ee0bf38 commit 6afaa3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-checker-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
name: Run-checker daily
# Jobs run daily

on: [pull_request, push]
# schedule:
# - cron: '0 6 * * *'
on:
schedule:
- cron: '0 6 * * *'
permissions:
contents: read

Expand Down

0 comments on commit 6afaa3f

Please sign in to comment.