Skip to content

Commit

Permalink
Merge branches '1.1' and 'master' of https://github.com/mandeepdhiman…
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepdhiman123 committed Sep 10, 2020
2 parents f88f942 + c65fc49 commit b0f5efc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/repo_scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch

#on:
# schedule:
# - cron: '00 7 * * *'

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '15 7 * * *'

#on:
# push:
# branches: [ master ]
# pull_request:
# branches: [ master ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

1 comment on commit b0f5efc

@mandeepdhiman123
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed run time

Please sign in to comment.