Skip to content

Commit

Permalink
ci: move workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed May 8, 2024
1 parent dd222d4 commit 2d86f42
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on:
jobs:
depver:
if: "contains(github.event.head_commit.message, '(release)')"
uses: ./.github/workflows/common/depver.yml
uses: ./.github/workflows/depver.yml

daily:
uses: ./.github/workflows/common/daily.yaml
uses: ./.github/workflows/daily.yaml

build:
uses: ./.github/workflows/common/build.yml
uses: ./.github/workflows/build.yml
needs: [daily]
with:
name: fontfor
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
uses: ./.github/workflows/common/lint.yml
uses: ./.github/workflows/lint.yml

audit:
uses: ./.github/workflows/common/audit.yml
uses: ./.github/workflows/audit.yml
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
uses: ./.github/workflows/common/build.yml
uses: ./.github/workflows/build.yml
with:
name: fontfor

Expand Down

0 comments on commit 2d86f42

Please sign in to comment.