Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
schadem committed Jan 26, 2023
1 parent bf69d21 commit e520e8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-pr-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
# events but only for the main branch and changes in folder src-python
name: Test-Pull-Request-Caller
on:
push:
branches:
- master
pull_request:
paths:
- caller
pull_request_target:
types: [assigned, opened, synchronize, reopened]
workflow_dispatch:
workflow_dispatch: {}

# Run the tests
jobs:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test-pr-geofinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
# events but only for the main branch and changes in folder src-python
name: Test-Pull-Request-Geofinder
on:
push:
branches:
- master
pull_request:
paths:
- tpipelinegeofinder
pull_request_target:
types: [assigned, opened, synchronize, reopened]
workflow_dispatch:

# Run the tests
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test-pr-prettyprinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
# events but only for the main branch and changes in folder src-python
name: Test-Pull-Request-PrettyPrinter
on:
push:
pull_request:
paths:
- prettyprinter
pull_request_target:
branches: [master]
types: [assigned, opened, synchronize, reopened]

workflow_dispatch: {}

# Run the tests
Expand Down

0 comments on commit e520e8e

Please sign in to comment.