[Bug] Add --add-historical argument to lock versions workflow (#2739)

* bug fix for lock version workflow

* updated all use cases with build-release

* added default to add historical

* fixed flake errors
This commit is contained in:
Terrance DeJesus
2023-04-24 12:12:49 -04:00
committed by GitHub
parent fadb5c2343
commit 597e6e2de1
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
# only generate the navigator files on push events to main
GENERATE_NAVIGATOR_FILES: "${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && '--generate-navigator' || ' ' }}"
run: |
python -m detection_rules dev build-release $GENERATE_NAVIGATOR_FILES --add-historical 'no'
python -m detection_rules dev build-release $GENERATE_NAVIGATOR_FILES
- name: Archive production artifacts for branch builds
uses: actions/upload-artifact@v2