Skip to content

Commit e138a4e

Browse files
Merge pull request #485 from securesign/disable_eks_on_push
Disable eks testing on push events
2 parents 5cc1c94 + a3b8199 commit e138a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
name: Test EKS deployment
331331
runs-on: ubuntu-20.04
332332
needs: build-operator
333-
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
333+
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
334334
env:
335335
AWS_REGION: us-east-2
336336
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)