Skip to content

Commit

Permalink
run cos integration on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 committed Sep 26, 2024
1 parent 01b68a5 commit 825560c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cos_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Integration tests with COS
on:
workflow_call:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
branches: [main]
paths-ignore:
- "**.md"
- "**.rst"

jobs:
integration-tests-with-cos:
Expand Down

0 comments on commit 825560c

Please sign in to comment.