mount eos atlas - and update py311 image for Zenodo latests version #191
This file contains 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: | |
- '**.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"' |