Skip to content

Commit

Permalink
Didsable Release run on a pull request
Browse files Browse the repository at this point in the history
Signed-off-by: asararatnakar <[email protected]>
  • Loading branch information
asararatnakar committed Sep 26, 2023
1 parent 1d1cd06 commit 755dbb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Set up ginkgo
run: |
go install github.com/onsi/ginkgo/ginkgo
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@2.1.4
- name: Set up KIND k8s cluster
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release Operator

on:
pull_request:
branches: [v1.*]
# pull_request:
# branches: [v1.*]
push:
tags: [v1.*]
tags: [v1.0.6-*]

env:
GO_VER: 1.18
Expand Down

0 comments on commit 755dbb2

Please sign in to comment.