Skip to content

Commit

Permalink
Merge pull request #7319 from dolthub/db/fix-worflow
Browse files Browse the repository at this point in the history
[no-release-notes] /.github/workflows/pull-report.yaml: make sure file commit skips CI
  • Loading branch information
coffeegoddd authored Jan 12, 2024
2 parents 5c7191a + a802d3d commit f4e04f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- uses: EndBug/[email protected]
if: ${{ steps.detect-changes.outputs.has-changes == 'true' }}
with:
message: ${{ format('[ga-update-correctness] SQL Correctness updated to {0}', github.event.client_payload.correctness_info.correctness_percentage) }}
message: ${{ format('[skip actions] [ga-update-correctness] SQL Correctness updated to {0}', github.event.client_payload.correctness_info.correctness_percentage) }}
add: "./current_correctness.txt"
cwd: "./.github/scripts/sql-correctness"
pull: "--ff"

0 comments on commit f4e04f2

Please sign in to comment.