Skip to content

Commit

Permalink
fix: rename update to run regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Jan 13, 2025
1 parent 14143db commit d64f2cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# .github/workflows/update_regression_tests.yml
# .github/workflows/run_regression_tests.yml

# for details on triggering a workflow from a comment, see:
# https://dev.to/zirkelc/trigger-github-workflow-for-comment-on-pull-request-45l2
Expand All @@ -9,8 +9,8 @@ on:
types: [created]

jobs:
update_regression_tests:
name: update_regression_tests
run_regression_tests:
name: run_regression_tests
runs-on: ubuntu-20.04
# Trigger from a comment that contains '/test_regression'
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test_regression')
Expand Down

0 comments on commit d64f2cf

Please sign in to comment.