Skip to content

build(deps): bump go.mod and docker-compose to v5.0.2 (#8045) #1

build(deps): bump go.mod and docker-compose to v5.0.2 (#8045)

build(deps): bump go.mod and docker-compose to v5.0.2 (#8045) #1

name: Test No Bind Mounts
on:
pull_request:
paths:
- "go.*"
- "pkg/**"
- "cmd/**"
- "Makefile"
- "vendor/**"
- ".github/workflows/**"
- "!.github/workflows/docs**"
push:
branches: [ main, master ]
workflow_dispatch:
inputs:
debug_enabled:
description: 'Run the build with tmate set "debug_enabled"'
type: boolean
required: false
default: false
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
no-bind-mounts:
uses: ./.github/workflows/test-reusable.yml
secrets: inherit
with:
ddev_test_no_bind_mounts: "true"
debug_enabled: ${{ inputs.debug_enabled || false }}