Skip to content

Commit ff54933

Browse files
committed
🔥 Hot fix for release workflow
1 parent d03c0d5 commit ff54933

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ env:
88
PYTHON_VERSION: 3.8
99

1010
jobs:
11-
code_analysis:
11+
code_analysis:
1212
name: Code Analysis
1313
runs-on: ubuntu-latest
14-
steps:
14+
steps:
1515
- name: Checkout Code
1616
uses: actions/checkout@v2
1717
- name: Set up Python ${{ env.PYTHON_VERSION }}
@@ -49,7 +49,7 @@ jobs:
4949
release:
5050
name: Release
5151
runs-on: ubuntu-latest
52-
needs: [code_analysis, windows_check, mac_check, linux_check]
52+
needs: [code_analysis, linux_check]
5353
steps:
5454
- name: Checkout Code
5555
uses: actions/checkout@v2
@@ -87,4 +87,4 @@ jobs:
8787
repository: microsoft/electionguard-web-api/electionguard-api
8888
tag_with_ref: true
8989
- name: Deploy Github Pages
90-
run: make docs-deploy-ci
90+
run: make docs-deploy-ci

0 commit comments

Comments
 (0)