diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-02 12:23:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 12:23:00 +0200 |
commit | d29720fbcef633a5b292a16a5e8f121df75260ac (patch) | |
tree | 07321e825846fdd25c86c1c4e8d0d69231f04cce /.github | |
parent | 0556ae4749fb21c8332a0139cbd03d89c9fa4b2e (diff) | |
parent | 1a86f7269002e5fb696339f0d709e4832024d741 (diff) | |
download | PrismLauncher-d29720fbcef633a5b292a16a5e8f121df75260ac.tar.gz PrismLauncher-d29720fbcef633a5b292a16a5e8f121df75260ac.tar.bz2 PrismLauncher-d29720fbcef633a5b292a16a5e8f121df75260ac.zip |
Merge pull request #518 from timoreo22/develop
Fix nightly.link pr comment
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pr-comment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 7e8e4d99..f0f5b8cc 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -1,7 +1,7 @@ name: Comment on pull request on: workflow_run: - workflows: ['Test workflow with upload'] + workflows: ['Build Application'] types: [completed] jobs: pr_comment: |