Skip to content

Commit

Permalink
Disable workflow schedule (at least for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Aug 2, 2024
1 parent 514e2c2 commit 889c629
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Build and Test
on:
push:
pull_request:
schedule:
- cron: '18 3 * * *'
on: [push, pull_request]
jobs:
ubuntu:
strategy:
Expand Down

0 comments on commit 889c629

Please sign in to comment.