mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CICD: Add Workflow to Pin the Generated Artifacts.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
6fc8310705
commit
4ae6c0bbc4
2 changed files with 22 additions and 0 deletions
21
.github/workflows/artifact-links.yml
vendored
Normal file
21
.github/workflows/artifact-links.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
name: Add artifact links to pull request
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["Ubuntu 16.04 / Qt 5.15-- for AppImage", "Mac", "Windows", "Android", "iOS"]
|
||||||
|
types: [completed]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
artifacts-url-comments:
|
||||||
|
name: Add artifact links to PR and issues
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- name: Add artifact links to PR and issues
|
||||||
|
uses: tonyhallett/artifacts-url-comments@v1.1.0
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
 prefix: "**Artifacts:**"
|
||||||
|
 suffix: "_**WARNING:** Use at your own risk._"
|
||||||
|
 format: name
|
||||||
|
 addTo: pull
|
1
.github/workflows/mac.yml
vendored
1
.github/workflows/mac.yml
vendored
|
@ -1,4 +1,5 @@
|
||||||
name: Mac
|
name: Mac
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|
Loading…
Add table
Reference in a new issue