We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03c0d5 commit ff54933Copy full SHA for ff54933
.github/workflows/release.yml
@@ -8,10 +8,10 @@ env:
8
PYTHON_VERSION: 3.8
9
10
jobs:
11
- code_analysis:
+ code_analysis:
12
name: Code Analysis
13
runs-on: ubuntu-latest
14
- steps:
+ steps:
15
- name: Checkout Code
16
uses: actions/checkout@v2
17
- name: Set up Python ${{ env.PYTHON_VERSION }}
@@ -49,7 +49,7 @@ jobs:
49
release:
50
name: Release
51
52
- needs: [code_analysis, windows_check, mac_check, linux_check]
+ needs: [code_analysis, linux_check]
53
steps:
54
55
@@ -87,4 +87,4 @@ jobs:
87
repository: microsoft/electionguard-web-api/electionguard-api
88
tag_with_ref: true
89
- name: Deploy Github Pages
90
- run: make docs-deploy-ci
+ run: make docs-deploy-ci
0 commit comments