From 47ea4897899df0e5b56c43707cf6585918579695 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Fri, 22 Apr 2022 06:28:18 +0300 Subject: [PATCH] [CI] Disable run.yml --- .github/workflows/run.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: