Skip to content

Commit

Permalink
Let manual workflow runs for regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
okhan-okbay-cko committed Jan 22, 2024
1 parent c921e31 commit cd03e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
run-regression-tests:
if: contains(github.event.pull_request.labels.*.name, 'Run Regression Tests')
if: (github.event_name == 'workflow_dispatch') || (contains(github.event.pull_request.labels.*.name, 'Run Regression Tests'))
name: Run Regression Tests
runs-on: macos-12-xl

Expand Down

0 comments on commit cd03e62

Please sign in to comment.