Skip to content

Commit 982b482

Browse files
authored
fix(test-suite): disable release trigger in test-suite workflow (#145)
1 parent 7658d8b commit 982b482

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/base-images-docker-build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: Docker - Fhevm NodeJS Base Image
22

33
on:
4-
pull_request:
5-
push:
6-
branches:
7-
- main
8-
release:
9-
types:
10-
- published
4+
workflow_dispatch:
115

126
concurrency:
137
group: base-nodejs-${{ github.ref }}

.github/workflows/test-suite-e2e-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ on:
4444
default: ""
4545
type: string
4646
pull_request:
47-
release:
48-
types:
49-
- published
5047

5148
concurrency:
5249
group: ${{ github.workflow }}-${{ github.ref }}

kms-connector/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)