feat: add ESCAPRE Rucio policy package files as secrets #244
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: | |
| - 'infrastructure/cluster/flux/**' | |
| - '**.tf' | |
| 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"' |