Skip to content

Commit

Permalink
regression can only run in a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Dec 11, 2024
1 parent d011633 commit 31be647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
regression-test:
runs-on: ubuntu-latest

if: ${{ github.event_name == 'pull_request' }}
steps:
# Checkout the code from the pull request branch
- name: Checkout code
Expand Down

0 comments on commit 31be647

Please sign in to comment.