From 6ec5af5582ecea81c3a10d49a5664648add8eefe Mon Sep 17 00:00:00 2001 From: Paul Ritter Date: Sat, 7 May 2022 13:17:55 +0200 Subject: [PATCH] workflow (#7987) --- .github/workflows/no-submodule-update.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/no-submodule-update.yml diff --git a/.github/workflows/no-submodule-update.yml b/.github/workflows/no-submodule-update.yml new file mode 100644 index 0000000000..f2a9d72e37 --- /dev/null +++ b/.github/workflows/no-submodule-update.yml @@ -0,0 +1,14 @@ +name: No submodule update checker + +on: + pull_request: + paths: + - 'RobustToolbox' + +jobs: + this_aint_right: + name: Submodule update in pr found + runs-on: ubuntu-latest + steps: + - name: Fail + run: exit 1