Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Efimov <gendalf44@yandex.ru>2022-02-20 20:46:58 +0300
committerGitHub <noreply@github.com>2022-02-20 20:46:58 +0300
commite131657d3081651e0298e72229739068b5e77f08 (patch)
tree507e7079a5393352f77554b6e260ce7aee98ea88
parent8b5a2106b755bf834dce434e2da09cc819672a78 (diff)
parent0e7eb9076d1fb106caaa00ec3b1881002980b78f (diff)
Merge pull request #2818 from Asizon/hide_artifact_links
Hide old artifact links
-rw-r--r--.github/workflows/pr.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index c207e7e4..538d11e1 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -10,3 +10,12 @@ jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
+ hide:
+ name: Hide artifact links
+ runs-on: ubuntu-20.04
+ steps:
+ - name: Hide artifact links
+ uses: int128/hide-comment-action@v1
+ with:
+ starts-with: "Do you want to test this code? Here you have an automated build:"
+ ends-with: "WARNING: It may be unstable and result in corrupted configurations or data loss. Use only for testing!"