Skip to content

Commit c24dcbb

Browse files
committed
chore: disable GitHub Actions test job until secrets configuration is available
1 parent 16ea7c9 commit c24dcbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ permissions:
1616
jobs:
1717
test:
1818
runs-on: ubuntu-latest
19+
# TODO: enable this when we have a way to set the secrets
20+
if: false
1921
strategy:
2022
matrix:
2123
python-version: ["3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)