Skip to content

Commit

Permalink
Adjust test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 9, 2023
1 parent 6c5352e commit 4da3e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Test

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
pull_request:
schedule:
- cron: '0 12 * * *'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: llvm-tools-preview
components: llvm-tools

- name: Activate cache
if: github.actor != 'dependabot[bot]'
Expand Down

0 comments on commit 4da3e53

Please sign in to comment.