Skip to content

Commit 113ea69

Browse files
committed
call rendercv.yaml before release.yaml
1 parent c6a36ad commit 113ea69

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ permissions:
99
contents: write
1010

1111
jobs:
12+
call_rendercv_workflow:
13+
name: RenderCV
14+
uses: ./.github/workflows/rendercv.yaml
15+
1216
build:
1317
runs-on: ubuntu-latest
1418
steps:

.github/workflows/rendercv.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_call: # to make the workflow triggerable from other workflows (release.yaml)
78

89
permissions:
910
contents: write

0 commit comments

Comments
 (0)