Skip to content

DEVOPS-2704-lightrun-k-8-s-operator-init-container-modify-update-config-script-to-work-with-read-only-root-file-system #61

DEVOPS-2704-lightrun-k-8-s-operator-init-container-modify-update-config-script-to-work-with-read-only-root-file-system

DEVOPS-2704-lightrun-k-8-s-operator-init-container-modify-update-config-script-to-work-with-read-only-root-file-system #61

Workflow file for this run

# Due to https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
name: dummy_check
on:
pull_request:
branches:
- main
paths:
- 'lightrun-init-agent/**'
- '.github/**'
- 'docs/**'
- 'grafana/**'
jobs:
build:
if: false # always skip
name: Build controller and install helm chart # name have to be as the real job name
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'