Skip to content

Commit

Permalink
Merge pull request #2818 from Asizon/hide_artifact_links
Browse files Browse the repository at this point in the history
Hide old artifact links
  • Loading branch information
limonspb committed Feb 20, 2022
2 parents 8b5a210 + 0e7eb90 commit e131657
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit e131657

Please sign in to comment.