test automatically prevent future merges when a backport fails (#1909)

automatically prevent future merges when a backport fails

(cherry picked from commit 4fdd978183)
This commit is contained in:
Mika Ayenson
2022-06-23 14:59:25 -04:00
committed by github-actions[bot]
parent fafe1e0ab6
commit 6c5e101e6f
5 changed files with 93 additions and 7 deletions
+5 -5
View File
@@ -31,7 +31,11 @@ jobs:
- name: Python License Check
run: |
python -m detection_rules dev license-check
- name: Unit tests
run: |
python -m detection_rules test
- name: Build release package
env:
# only generate the navigator files on push events to main
@@ -48,10 +52,6 @@ jobs:
path: |
releases
- name: Unit tests
run: |
python -m detection_rules test
- name: Update navigator gist files
env:
GITHUB_TOKEN: "${{ secrets.NAVIGATOR_GIST_TOKEN }}"