diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index a91cf52..84541fd 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -22,6 +22,10 @@ jobs: - ubuntu-latest - windows-latest - macos-latest + + # Disabled, because daveol/SampleApplication is missing + if: ${{ false }} + steps: - uses: actions/checkout@v3 with: