workflow (#7987)
This commit is contained in:
14
.github/workflows/no-submodule-update.yml
vendored
Normal file
14
.github/workflows/no-submodule-update.yml
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user