Skip to content

fix(deps): update golang.org/x/exp digest to 0cdaa3a #897

fix(deps): update golang.org/x/exp digest to 0cdaa3a

fix(deps): update golang.org/x/exp digest to 0cdaa3a #897

Workflow file for this run

name: E2E Tests
on:
pull_request:
paths-ignore:
- "**.md"
- "**.jpg"
- "**.png"
- "**.gif"
- "**.svg"
- "adr/**"
- "docs/**"
- "hack/**"
- "CODEOWNERS"
- "goreleaser*.y*ml"
- ".github/workflows/*release*.y*ml"
permissions:
contents: read
# Abort prior jobs in the same workflow / PR
concurrency:
group: e2e-k3d-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/parallel-tests.yaml