Remove daily build schedule from github actions

Remove unnecessary daily build from the github actions workflow
issues/111-temp-icon
Abhijit Kiran Valluri 4 years ago committed by GitHub
parent 877d939fbd
commit faba50a252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,8 +6,6 @@ on:
pull_request:
branches:
- fork
schedule:
- cron: '0 12 * * *' # Every day at 12 PM UTC
jobs:
run-build:
runs-on: ubuntu-latest

Loading…
Cancel
Save