Skip to content

Commit

Permalink
no use master EmmyLuaCodeStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
fcying committed Oct 6, 2024
1 parent ab685f0 commit 55b9d81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ jobs:
ninja --version
git clone https://github.com/LuaLS/lua-language-server --recurse-submodules
cd lua-language-server/3rd/EmmyLuaCodeStyle
git checkout master
cd ../../
git add .
# cd lua-language-server/3rd/EmmyLuaCodeStyle
# git checkout master
# cd ../../
# git add .
./make.sh
chmod +x ./bin/*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow_run_pruner.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: workflow run pruner

on:
schedule:
- cron: '0 18 * * *'
# schedule:
# - cron: '0 18 * * *'
#push:
# branches: [ master ]
workflow_dispatch:
Expand Down

0 comments on commit 55b9d81

Please sign in to comment.