Skip to content

Commit

Permalink
Revert the github workflow changes for main
Browse files Browse the repository at this point in the history
Signed-off-by: asararatnakar <[email protected]>
  • Loading branch information
asararatnakar committed Oct 25, 2023
1 parent 389d40b commit 97ebbcd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/endtoend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: Sample Network E2E Test

on:
push:
branches: [v1.*]
branches: [main]
pull_request:
branches: [v1.*]
branches: [main]

jobs:
suite:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Operator image

on:
pull_request:
branches: [v1.*]
branches: [main]

jobs:
image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Operator image

on:
push:
branches: [v1.*]
branches: [main]

jobs:
image:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: Integration Test

on:
push:
branches: [v1.*]
branches: [main]
pull_request:
branches: [v1.*]
branches: [main]

env:
KUBECONFIG_PATH: /tmp/kubeconfig.yaml
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.0.6-*]
tags: [v1.*]

env:
GO_VER: 1.18
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ name: unit-tests

on:
push:
branches: [v1.*]
branches: [main]
pull_request:
branches: [v1.*]
branches: [main]

env:
GO_VER: 1.18
Expand Down

0 comments on commit 97ebbcd

Please sign in to comment.