diff --git a/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/placeholder.yaml b/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/placeholder.yaml new file mode 100644 index 00000000000..91bd26c7a40 --- /dev/null +++ b/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/placeholder.yaml @@ -0,0 +1,19 @@ +name: "Pull Request: Validate" + +on: + pull_request: + +concurrency: + group: ${{ github.head_ref }}-placeholder + # cancel-in-progress: true + +jobs: + + placeholder: + name: Placeholder PR Tests + runs-on: ubuntu-latest + if: always() + steps: + - name: Check Results + run: | + echo "Placeholder Finished"