diff options
author | timoreo22 <timo.oreo34@gmail.com> | 2022-05-02 11:13:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 11:13:46 +0200 |
commit | 1a86f7269002e5fb696339f0d709e4832024d741 (patch) | |
tree | ea2ca7ed2793179b68d21fffffaa7c284000f4b0 /.github | |
parent | 25d380f051d0583c086dfaab8ff6dd63f27f6503 (diff) | |
download | PrismLauncher-1a86f7269002e5fb696339f0d709e4832024d741.tar.gz PrismLauncher-1a86f7269002e5fb696339f0d709e4832024d741.tar.bz2 PrismLauncher-1a86f7269002e5fb696339f0d709e4832024d741.zip |
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: |