Skip to content

Commit c28d0c7

Browse files
committed
fixup! fixup! fixup! fixup! fixup! ci(comment): make workflow reusable
1 parent 9b24313 commit c28d0c7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/comment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ runs:
1111
steps:
1212
- name: Update pr with info from other runners
1313
uses: actions/github-script@v7
14-
if: ${{ github.event.workflow_run.event == 'pull_request' }}
1514
with:
1615
github-token: ${{ inputs.token }}
16+
if: always()
1717
script: |
1818
var fs = require('fs');
1919
var issue_number = Number(fs.readFileSync('./results/id'));

.github/workflows/check-files.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@ jobs:
7575
7676
- name: Comment
7777
uses: ./.github/actions/comment
78-
if: always()
7978
with:
8079
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)