Skip to content

Commit

Permalink
Merge pull request #143 from ZeroGachis/fix/hadolint_report
Browse files Browse the repository at this point in the history
fix:set trigger for pr comment
  • Loading branch information
Qlebrun authored Aug 14, 2024
2 parents 02514e5 + 61333f3 commit d528adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Update Pull Request
uses: actions/github-script@v6
if: github.event_name == 'pull_request'
if: always()
with:
script: |
const output = `
Expand Down

0 comments on commit d528adb

Please sign in to comment.