Skip to content

Commit

Permalink
switch actions to only run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Proud committed Oct 3, 2023
1 parent c591c4f commit d42197e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-bbr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-bbr
on: [push, pull_request]
on: [pull_request]

jobs:
test-latest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-bosh.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-bosh
on: [push, pull_request]
on: [pull_request]

jobs:
test-latest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-credhub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-credhub
on: [push, pull_request]
on: [pull_request]

jobs:
test-latest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-fly.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-fly
on: [push, pull_request]
on: [pull_request]

jobs:
test-latest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-kpack-cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-kpack-cli
on: [push, pull_request]
on: [pull_request]

jobs:
test-latest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-om.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-om
on: [push, pull_request]
on: [pull_request]

jobs:
test-latest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pivnet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-pivnet
on: [push, pull_request]
on: [pull_request]

jobs:
test-latest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-tanzu-cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-tanzu-cli
on: [push, pull_request]
on: [pull_request]

jobs:
test-latest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-uaa-cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test-uaa-cli
on: [push, pull_request]
on: [pull_request]

jobs:
test-latest:
Expand Down

0 comments on commit d42197e

Please sign in to comment.