diff --git a/.github/workflows/matrix-tests.yaml b/.github/workflows/matrix-tests.yaml index 82128a27..94fc06c5 100644 --- a/.github/workflows/matrix-tests.yaml +++ b/.github/workflows/matrix-tests.yaml @@ -26,11 +26,16 @@ jobs: needs: set-matrix runs-on: ubuntu-latest strategy: + fail-fast: false matrix: interface: ${{ fromJSON(needs.set-matrix.outputs.matrix_values) }} steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 1 - name: Set up python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 - name: Install dependencies diff --git a/docs/json_schemas/dns_record/v0/requirer.json b/docs/json_schemas/dns_record/v0/requirer.json index 91825545..6e7b913a 100644 --- a/docs/json_schemas/dns_record/v0/requirer.json +++ b/docs/json_schemas/dns_record/v0/requirer.json @@ -33,7 +33,6 @@ "type": "object" }, "RecordClass": { - "const": "IN", "description": "Represent the DNS record classes.", "enum": [ "IN"