File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 71
71
# fecth all history so that setuptools-scm works
72
72
fetch-depth : 0
73
73
74
+ - name : Show job URL
75
+ uses :
peter-evans/[email protected]
76
+ if : github.event_name == 'repository_dispatch' && (matrix.os == 'ubuntu-latest')
77
+ with :
78
+ token : ${{ steps.generate-token.outputs.token }}
79
+ repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
80
+ comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
81
+
74
82
# Install Mambaforge with conda-forge dependencies
75
83
- name : Setup Mambaforge
76
84
uses :
conda-incubator/[email protected]
@@ -160,12 +168,3 @@ jobs:
160
168
with :
161
169
name : artifact-GMT-${{ matrix.gmt_git_ref }}-${{ runner.os }}
162
170
path : tmp-test-dir-with-unique-name
163
-
164
- - name : Add reaction
165
- uses : peter-evans/create-or-update-comment@v2
166
- if : github.event_name == 'repository_dispatch'
167
- with :
168
- token : ${{ steps.generate-token.outputs.token }}
169
- repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
170
- comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
171
- reaction-type : hooray
You can’t perform that action at this time.
0 commit comments