diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 488daa0f..80712010 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ permissions: jobs: build-and-test: runs-on: ubuntu-latest + timeout-minutes: 30 steps: - name: Print build information run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}"