Skip to content

Commit

Permalink
turn off MD tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
guenp committed Oct 10, 2024
1 parent 580b2d5 commit f079f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
motherduck:
name: MotherDuck functional test / python ${{ matrix.python-version }}
needs: [check-md-token]
if: needs.check-md-token.outputs.exists == 'true'
if: needs.check-md-token.outputs.exists == 'true' | false # turn this off for now

runs-on: ubuntu-latest

Expand Down

0 comments on commit f079f4b

Please sign in to comment.