Skip to content

Commit

Permalink
chore: run test workflows on call
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Dec 1, 2023
1 parent 3ca8b51 commit e25e96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ concurrency:
cancel-in-progress: true

on:
push:
branches:
- main
pull_request: {}
workflow_call:

jobs:
integration:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ concurrency:
cancel-in-progress: true

on:
push:
branches:
- main
pull_request:
- *
workflow_call:

jobs:
integration:
Expand Down

0 comments on commit e25e96f

Please sign in to comment.