Skip to content

Commit

Permalink
Add workflow_dispatch to ci_integration.yml (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Aug 11, 2024
1 parent b0afec6 commit c40790c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: CI (integration tests)
on:
merge_group: # GitHub Merge Queue
pull_request: # but we will skip the integration tests on PR builds, to avoid hitting rate limits
workflow_dispatch: # can manually trigger integration tests for PRs
push:
branches:
- master
Expand Down

0 comments on commit c40790c

Please sign in to comment.