Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 47c743a

Browse files
author
Joshua Thompson-Lindley
authored
Update cd.yml
Signed-off-by: Joshua Thompson-Lindley <[email protected]>
1 parent 95ab79c commit 47c743a

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Continuous Deployment
22
on:
33
schedule:
4-
- cron: "00 09 * * 1"
4+
- cron: "00 09 1 * *"
55
jobs:
66
pre_release_check:
77
name: Pre-release Check
@@ -30,26 +30,14 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v3
33-
- name: Initialize Runtime Code Analysis
34-
uses: github/codeql-action/init@v2
35-
with:
36-
languages: python
3733
- name: Setup Worker
3834
run: ci/scripts/setup_worker.sh
3935
- name: Increment Version Number
40-
run: ci/scripts/new_version.sh --auto_increment
36+
run: ci/scripts/new_version.sh auto_increment
4137
- name: Build Package and Verify
4238
run: ci/scripts/build.sh
4339
- name: Perform Static Code Analysis
4440
run: ci/scripts/codescan.sh
45-
- name: Perform Runtime Code Analysis
46-
uses: github/codeql-action/analyze@v2
47-
- name: Perform Secure Code Analysis (Secrets)
48-
uses: trufflesecurity/trufflehog@main
49-
with:
50-
path: ./
51-
base: ${{ github.ref_name }}
52-
head: HEAD
5341
- name: Run Unit Tests
5442
run: ci/scripts/test_runner.sh
5543
- name: Upload release to PyPI

0 commit comments

Comments
 (0)