Skip to content

direnv: fix bug causing excessive reloads #3810

direnv: fix bug causing excessive reloads

direnv: fix bug causing excessive reloads #3810

Workflow file for this run

name: "Build & Test"
on:
pull_request:
paths-ignore:
- "docs/**"
- "mkdocs.yml"
- "requirements.in"
- "requirements.txt"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
test:
needs: build
uses: ./.github/workflows/test.yml
secrets: inherit