Skip to content

Commit

Permalink
Remove dev guards in workflow, add schedule
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Sep 3, 2024
1 parent e07de5b commit 7dc6a37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly-android-testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on:
push:
branches:
- main
- build/nightly-android-test-deploy

workflow_dispatch:

# schedule:
# - cron: '39 20 * * 1-5'
schedule:
- cron: '39 20 * * 1-5'

jobs:
check_date:
Expand Down

0 comments on commit 7dc6a37

Please sign in to comment.