Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
# Pre-commit checks
pre-commit:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ concurrency:
group: ${{ github.workflow }}-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true

permissions:
contents: read

jobs:
# Fast pre-commit checks (runs first)
pre-commit:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
# Manual-only: arm64 builds run in scheduled nightly workflow.
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: linux-large-disk
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration-test-library-mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
type: string
default: ''

permissions:
contents: read

jobs:
integration-test:
name: Integration Tests (${{ matrix.os-label }})
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/retriever-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- main
pull_request:

permissions:
contents: read

jobs:
retriever-unit-tests:
name: Run Retriever Unit Tests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/scheduled-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
type: boolean
default: false

permissions:
contents: read

jobs:
# Generate version for all nightly builds
determine-version:
Expand Down