We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cc1c94 + a3b8199 commit e138a4eCopy full SHA for e138a4e
.github/workflows/main.yml
@@ -330,7 +330,7 @@ jobs:
330
name: Test EKS deployment
331
runs-on: ubuntu-20.04
332
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'))
+ if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
334
env:
335
AWS_REGION: us-east-2
336
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments