Skip to content

Make rucio-client image compatible with rucio/rucio-clients:release-33+ base images #187

Make rucio-client image compatible with rucio/rucio-clients:release-33+ base images

Make rucio-client image compatible with rucio/rucio-clients:release-33+ base images #187

name: flux check pipeline # Merge Check Workflow for Terraform and Flux Files if not changed ref. 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
on:
pull_request:
paths-ignore:
- '**.tf'
- 'infrastructure/cluster/flux-v2/**'
jobs:
terraform-validate:
name: "Validate Terraform files"
runs-on: ubuntu-latest
steps:
- run: 'echo "No check required"'
flux-validate:
name: "Validate Flux files"
runs-on: ubuntu-latest
steps:
- run: 'echo "No check required"'