Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Apr 19, 2024
1 parent 52e4c22 commit f1656e3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/full_testing.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Full Testing

# on: # yamllint disable-line rule:truthy
# workflow_dispatch:
# schedule:
# - cron: "0 6 * * *" # Everyday at 6:00am UTC/10:00pm PST
on: # yamllint disable-line rule:truthy
push:
branches:
- master
pull_request:
workflow_dispatch:
schedule:
- cron: "0 6 * * *" # Everyday at 6:00am UTC/10:00pm PST

jobs:

Expand Down

0 comments on commit f1656e3

Please sign in to comment.