Skip to content

Commit

Permalink
Add scheduled builds (#542)
Browse files Browse the repository at this point in the history
* Update CI-python.yml

Signed-off-by: Gaurav Gupta <47334368+gaugup@users.noreply.github.com>

* Update Code-Scan.yml

Signed-off-by: Gaurav Gupta <47334368+gaugup@users.noreply.github.com>

* Update python-linting.yml

Signed-off-by: Gaurav Gupta <47334368+gaugup@users.noreply.github.com>

Signed-off-by: Gaurav Gupta <47334368+gaugup@users.noreply.github.com>
  • Loading branch information
gaugup authored Oct 4, 2022
1 parent 3c3ba74 commit ca22bc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '30 5 * * *'

jobs:
ci-python:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Code-Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '30 5 * * *'

jobs:
analyze:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '30 5 * * *'

jobs:
build:
Expand Down

0 comments on commit ca22bc9

Please sign in to comment.