Browse Source

Update ci-testing.yml (#4772)

modifyDataloader
Glenn Jocher GitHub 3 years ago
parent
commit
aa1859909c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/ci-testing.yml

+ 2
- 2
.github/workflows/ci-testing.yml View File



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



Loading…
Cancel
Save