Skip to content

Commit

Permalink
ci(release): organized execution flow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Jul 10, 2024
1 parent 0d1c243 commit be01031
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy Jekyll site to Pages

on:
workflow_call:
push:
tags:
- "v*"
paths:
- "docs"
- "architecture"
Expand All @@ -30,7 +29,7 @@ jobs:
- name: Mise Tools install
uses: jdx/mise-action@v2
with:
version: 2024.3.1
version: 2024.5.14
install: true
cache: true
experimental: true
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Mise Tools install
uses: jdx/mise-action@v2
with:
version: 2024.3.1
version: 2024.5.14
install: true
cache: true
experimental: true
Expand Down Expand Up @@ -116,3 +116,5 @@ jobs:
skip_checkout: false
disable_globbing: true
create_branch: false
docs:
uses: ./.github/workflows/docs.yaml
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Mise Tools install
uses: jdx/mise-action@v2
with:
version: 2024.3.1
version: 2024.5.14
install: true
cache: true
experimental: true
Expand Down

0 comments on commit be01031

Please sign in to comment.