Skip to content

Commit 23c84cd

Browse files
authored
Only create comment for pull request (#7)
1 parent 1427222 commit 23c84cd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
| 🗂️ Workspace ID | `${{ steps.runs.outputs.workspaceId }}` |
4545
| 😎 Workflow URL | ${{ steps.runs.outputs.workflowUrl }} |
4646
comment_tag: towerrun
47+
if: github.event_name == 'pull_request'
4748

4849
- uses: actions/upload-artifact@v3
4950
with:

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## [ dev ]
44

5-
- Action will now fail if pipeline submission fails ([#2](https://github.com/seqeralabs/action-tower-launch/pull/2))
5+
- Feature: Action will now fail if pipeline submission fails ([#2](https://github.com/seqeralabs/action-tower-launch/pull/2))
6+
- Feature: Add outputs to action [#3](https://github.com/seqeralabs/action-tower-launch/pull/3)
7+
- CI/CD: Add default test run to confirm correct running [#4](https://github.com/seqeralabs/action-tower-launch/pull/4)
8+
- Fix: Remove quotes from output strings [#5](https://github.com/seqeralabs/action-tower-launch/pull/5)
9+
- Docs: Simplify README.md [#6](https://github.com/seqeralabs/action-tower-launch/pull/6)
10+
- Fix: Only run comment-pull-request if CI/CD was triggered by a pull_request[#7](https://github.com/seqeralabs/action-tower-launch/pull/7)
611

712
## [[Version 1.0](https://github.com/seqeralabs/action-tower-launch/releases/tag/1.0)] - 2023-03-28
813

0 commit comments

Comments
 (0)