Skip to content

Commit 362930d

Browse files
ci(common): run tests on pull_request only (#1939)
1 parent a4a9aa4 commit 362930d

File tree

6 files changed

+0
-17
lines changed

6 files changed

+0
-17
lines changed

.github/workflows/coprocessor-gpu-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ on:
1717
# Allows you to run this workflow manually from the Actions tab as an alternative.
1818
workflow_dispatch:
1919
pull_request:
20-
push:
21-
branches:
22-
- main
2320

2421
jobs:
2522
check-changes:

.github/workflows/gateway-contracts-hardhat-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name: gateway-contracts-hardhat-tests
44
on:
55
pull_request:
66

7-
push:
8-
branches:
9-
- main
10-
117
permissions: {}
128

139
concurrency:

.github/workflows/gateway-contracts-integrity-checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ name: gateway-contracts-integrity-checks
66

77
on:
88
pull_request:
9-
push:
10-
branches:
11-
- main
129

1310
permissions: {}
1411

.github/workflows/host-contracts-integrity-checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ name: host-contracts-integrity-checks
66

77
on:
88
pull_request:
9-
push:
10-
branches:
11-
- main
129

1310
permissions: {}
1411

.github/workflows/kms-connector-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: kms-connector-tests
33

44
on:
55
pull_request:
6-
push:
7-
branches: ['main', 'release/*']
86

97
concurrency:
108
group: ${{ github.workflow }}-${{ github.head_ref }}

.github/workflows/sdk-rust-sdk-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: sdk-rust-sdk-tests
33

44
on:
55
pull_request:
6-
push:
7-
branches: ['main', 'release/*']
86

97
concurrency:
108
group: ${{ github.workflow }}-${{ github.head_ref }}

0 commit comments

Comments
 (0)