diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index f99b54c..a0aedbf 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -6,22 +6,22 @@ on: - master jobs: - test-qt5: - name: Test LMDBAL with qt5 - uses: ./.forgejo/workflows/test.yml - with: - flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5 - - test-qt6: - name: Test LMDBAL with qt6 - uses: ./.forgejo/workflows/test.yml - with: - flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6 +# test-qt5: +# name: Test LMDBAL with qt5 +# uses: ./.forgejo/workflows/test.yml +# with: +# flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5 +# +# test-qt6: +# name: Test LMDBAL with qt6 +# uses: ./.forgejo/workflows/test.yml +# with: +# flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6 docs: name: Release documentation runs-on: baremetall_peppersurprise - needs: [test-qt5, test-qt6] +# needs: [test-qt5, test-qt6] steps: - name: Check out repository code uses: actions/checkout@v4