Skip to content

Commit

Permalink
test: remote build temp
Browse files Browse the repository at this point in the history
  • Loading branch information
AbaoFromCUG committed Jan 26, 2024
1 parent b2b0fd2 commit f3b1594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docs

on:
workflow_run:
workflows: [Lint, Build]
workflows: [lint, Build]
types: [completed]
branches: [abao/dev]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
args: --color always --check lua
lint-check:
name: lint-check
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit f3b1594

Please sign in to comment.