mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
disable pydcs using savedgames directory (#57)
This commit is contained in:
2
.github/workflows/lua.yml
vendored
2
.github/workflows/lua.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Lua Checks
|
||||
name: Lua-checks
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
lua-linter:
|
||||
|
||||
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: CI
|
||||
name: Deploy-to-updater
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
echo The PR was merged
|
||||
|
||||
deploy:
|
||||
needs: [Lua Checks, Python Checks]
|
||||
needs: [Lua-checks,Python-checks]
|
||||
runs-on: ubuntu-latest # windows-latest | macos-latest
|
||||
name: Deploy to updater if files changed
|
||||
steps:
|
||||
|
||||
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Python Checks
|
||||
name: Python-checks
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user