Skip to content

Commit

Permalink
Update ci-testing.yml (#4772)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Sep 12, 2021
1 parent b161edf commit aa18599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: CI CPU testing

on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows
push:
branches: [master, develop]
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master, develop]
branches: [master]
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day

Expand Down

0 comments on commit aa18599

Please sign in to comment.