remove old flux-v2 folder, all the tf relics and the tests for a dask deployment #219
Workflow file for this run
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: | |
- 'infrastructure/cluster/flux/**' | |
jobs: | |
flux-validate: | |
name: "Validate Flux files" | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No check required"' |