Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
qiakai committed Oct 20, 2023
1 parent c024c45 commit 0e7d372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fabu-lang.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: fabu-lang-release
name: fabu-lang
on:
workflow_dispatch:
# schedule:
Expand All @@ -22,5 +22,5 @@ jobs:
uses: x-cmd/action@main
with:
code: |
x ws fabu-lang-release || return
x ws fabu-lang || return
4 changes: 2 additions & 2 deletions .github/workflows/fabu-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: fabu-lang-release
name: fabu-pages
on:
workflow_dispatch:
# schedule:
Expand All @@ -22,5 +22,5 @@ jobs:
uses: x-cmd/action@main
with:
code: |
x ws fabu-pages || return
x ws fabu-pages v2.0|| return

0 comments on commit 0e7d372

Please sign in to comment.