Skip to content

Commit

Permalink
Remove non-existent variants
Browse files Browse the repository at this point in the history
  • Loading branch information
tpreuschoff committed Nov 27, 2023
1 parent a0477e5 commit 2c3df64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
needs: [ERC, DRC]
strategy:
matrix:
variant: [ 'default' , 'curr_mod']
variant: [ 'default' ]
steps:
- name: Download repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
if: github.event.action == 'published'
strategy:
matrix:
variant: [ 'default' , 'curr_mod' ]
variant: [ 'default' ]
steps:
- name: Download manufacturing files artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 2c3df64

Please sign in to comment.