Skip to content

Commit

Permalink
Remove cron-scheduled workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelfin committed Jul 30, 2023
1 parent 26ea5ed commit d3434ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ name: Main
on:
pull_request:
push:
schedule:
- cron: 30 12 * * *

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -27,7 +25,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build

- name: cargo test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit d3434ea

Please sign in to comment.