Skip to content

Commit

Permalink
only testing on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Nov 14, 2023
1 parent 74650b7 commit c82c255
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: crpropa-example-test
on: [push, pull_request]
# on: [push, pull_request]
on: pull_request

jobs:
linux:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: crpropa-testing
on: [push, pull_request]
# on: [push, pull_request]
on: pull_request

jobs:
linux:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/testing_OSX.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: crpropa-testing_OSX
on: [push, pull_request]
# on: [push, pull_request]
on: pull_request

jobs:
mac:
runs-on: ${{ matrix.config.os }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/testing_ubuntu22.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: crpropa-testing_ubuntu22
on: [push, pull_request]
# on: [push, pull_request]
on: pull_request

jobs:
linux:
Expand Down

0 comments on commit c82c255

Please sign in to comment.