Skip to content

Commit 82fd8b2

Browse files
committed
Workflow cleanup
1 parent b3a8884 commit 82fd8b2

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/build_debian.yml

-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,3 @@ jobs:
3131
name: wfb-ng-${{ github.ref_name }}-debian${{ matrix.version }}-${{ matrix.arch }}
3232
path: |
3333
deb_dist/*.deb
34-
- name: Output artifact URL
35-
if: github.event_name != 'pull_request'
36-
run: echo 'wfb-ng-${{ github.ref_name }}-debian${{ matrix.version }}-${{ matrix.arch }} ${{ steps.artifact-upload-step.outputs.artifact-url }}'

.github/workflows/build_pi.yml

-3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,3 @@ jobs:
3434
name: wfb-ng-${{ github.ref_name }}-${{ matrix.docker-images }}
3535
path: |
3636
deb_dist/*.deb
37-
- name: Output artifact URL
38-
if: github.event_name != 'pull_request'
39-
run: echo 'wfb-ng-${{ github.ref_name }}-${{ matrix.docker-images }} ${{ steps.artifact-upload-step.outputs.artifact-url }}'

.github/workflows/build_ubuntu.yml

-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,3 @@ jobs:
3131
name: wfb-ng-${{ github.ref_name }}-ubuntu${{ matrix.version }}-${{ matrix.arch }}
3232
path: |
3333
deb_dist/*.deb
34-
- name: Output artifact URL
35-
if: github.event_name != 'pull_request'
36-
run: echo 'wfb-ng-${{ github.ref_name }}-ubuntu${{ matrix.version }}-${{ matrix.arch }} ${{ steps.artifact-upload-step.outputs.artifact-url }}'

0 commit comments

Comments
 (0)