mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
16 lines
337 B
YAML
16 lines
337 B
YAML
name: No submodule update checker
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- 'RobustToolbox'
|
|
|
|
jobs:
|
|
this_aint_right:
|
|
if: github.actor != 'sleepyyapril' && github.actor != 'VMSolidus' && github.actor != 'DEATHB4DEFEAT'
|
|
name: Submodule update in pr found
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Fail
|
|
run: exit 1
|