workflow (#7987)
This commit is contained in:
parent
77a024ab08
commit
6ec5af5582
1 changed files with 14 additions and 0 deletions
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
|
||||
Loading…
Add table
Reference in a new issue