We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b0b1d commit 90822abCopy full SHA for 90822ab
1 file changed
.github/workflows/comment.yml
@@ -34,6 +34,7 @@ jobs:
34
name: Publish Results
35
runs-on: ubuntu-24.04
36
needs: [analyze_flash]
37
+ if: ${{ github.event.pull_request }}
38
steps:
39
- name: Find Comment
40
uses: peter-evans/find-comment@v3
@@ -43,11 +44,6 @@ jobs:
43
44
comment-author: 'github-actions[bot]'
45
body-includes: "Current Date"
46
- - name: Set Build Time
47
- id: bt
48
- run: |
49
- echo "timestamp=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT
50
-
51
- name: Create or update comment
52
uses: peter-evans/create-or-update-comment@v4
53
with:
0 commit comments