Skip to content

feat: add flag to CacheControlInstrumentation to optionally allow max-age of zero #411

feat: add flag to CacheControlInstrumentation to optionally allow max-age of zero

feat: add flag to CacheControlInstrumentation to optionally allow max-age of zero #411

Workflow file for this run

name: Pull Request Check
on:
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
build:
uses: ./.github/workflows/build.yaml
integration:
needs: build
permissions:
pull-requests: write
uses: ./.github/workflows/compatibility.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}