diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afa2d9dda..294c8fc09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,13 @@ concurrency: cancel-in-progress: true jobs: + notice: + name: TESTS ARE TEMPORARILY DISABLED- RUN CHANGED RESOURCE TESTS LOCALLY + runs-on: ubuntu-latest + steps: + - name: NO-OP + run: | + echo "Tests are skipped. Please test manually." lint: name: lint runs-on: ubuntu-latest