Commit a014b3c 1 parent afc682a commit a014b3c Copy full SHA for a014b3c
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 54
54
MODE : ${{ inputs.mode }}
55
55
steps :
56
56
- uses : actions/checkout@v4
57
- if : github.event_name == 'workflow_dispatch'
57
+ if : github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run'
58
58
with :
59
59
repository : ${{ github.event.inputs.organization }}/${{ github.event.inputs.repositoryName }}
60
60
ref : ${{ github.event.inputs.branch }}
70
70
EVENT : ${{ github.event_name }}
71
71
run : |
72
72
repository=podman-desktop-redhat-account-ext
73
- if [[ "$EVENT" == 'workflow_dispatch' ]]; then
73
+ if [[ "$EVENT" == 'workflow_dispatch' || "$EVENT" == 'workflow_run' ]]; then
74
74
repository=${{ github.event.inputs.repositoryName }}
75
75
fi
76
76
echo "REPOSITORY=$repository" >> $GITHUB_ENV
@@ -86,11 +86,12 @@ jobs:
86
86
name : Install pnpm
87
87
with :
88
88
run_install : false
89
- package_json_file : ./podman-desktop/package.json
89
+ package_json_file : ./podman-desktop-redhat-account-ext /package.json
90
90
91
91
- uses : actions/setup-node@v4
92
92
with :
93
93
node-version : 20
94
+ cache : ' pnpm'
94
95
95
96
- name : Update podman v. 5.x
96
97
run : |
You can’t perform that action at this time.
0 commit comments