diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e13422..f2fa25e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,3 +62,9 @@ jobs: if: ${{ always() && ((needs.test-1.result == 'success' && needs.test-2.result == 'skipped') || (needs.test-2.result == 'success' && needs.test-1.result == 'skipped')) }} steps: - run: echo final + + test-cont: + runs-on: ubuntu-latest + needs: test-final + steps: + - run: echo cont