Skip to content

Commit

Permalink
fix: change command to update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Dec 3, 2024
1 parent 1b857df commit 7e2227a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_regression_baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
update_regression_tests:
name: update_regression_tests
runs-on: ubuntu-20.04
# Trigger from a comment that contains '/update_regression_baselines'
if: github.event.issue.pull_request && contains(github.event.comment.body, '/update_regression_baselines')
# Trigger from a comment that contains '/update_regression_baseline'
if: github.event.issue.pull_request && contains(github.event.comment.body, '/update_regression_baseline')
# workflow needs permissions to write to the PR
permissions:
contents: write
Expand Down

0 comments on commit 7e2227a

Please sign in to comment.