Skip to content

Commit

Permalink
Readd functional designs + make publishing dependent on verification
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed May 31, 2023
1 parent 47ddc14 commit 797c9c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ jobs:
include:
- { count: "32", width: "8", variant: "DEFAULT" }
# - { count: "32", width: "8", variant: "1RW1R" }
# - { count: "32", width: "16", variant: "DEFAULT" }
- { count: "32", width: "16", variant: "DEFAULT" }
# - { count: "32", width: "16", variant: "1RW1R" }
# - { count: "32", width: "32", variant: "DEFAULT" }
# - { count: "32", width: "32", variant: "2R1W" }
- { count: "32", width: "32", variant: "DEFAULT" }
# - { count: "32", width: "32", variant: "1RW1R" } # Timeout
# - { count: "256", width: "8", variant: "DEFAULT" }
- { count: "32", width: "32", variant: "2R1W" }
- { count: "256", width: "8", variant: "DEFAULT" }
# - { count: "256", width: "8", variant: "1RW1R" }
# - { count: "256", width: "16", variant: "DEFAULT" }
- { count: "256", width: "16", variant: "DEFAULT" }
# - { count: "256", width: "16", variant: "1RW1R" } # Timeout
# - { count: "256", width: "32", variant: "DEFAULT" }
- { count: "256", width: "32", variant: "DEFAULT" }
#- { count: "256", width: "32", variant: "1RW1R" } # Timeout
steps:
- name: Checkout code
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
publish:
name: Publish Release
if: always()
needs: [harden]
needs: [harden, verify_models]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 797c9c3

Please sign in to comment.