diff --git a/.github/workflows/cdash-status.yml b/.github/workflows/cdash-status.yml new file mode 100644 index 0000000..ceea7a6 --- /dev/null +++ b/.github/workflows/cdash-status.yml @@ -0,0 +1,12 @@ +name: 'CDash Status' +on: + push: + pull_request_target: + +jobs: + cdash-status: + runs-on: ubuntu-latest + steps: + - uses: kitware/cdash-status@51f300cc37b887b89cf658543c0465b65c41b25b + with: + project: "TOOLS-SDK"