Skip to content

Commit

Permalink
fix: don't run test deployment on pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Prodromou <evan@openearth.org>
  • Loading branch information
evanp committed Mar 25, 2024
1 parent 9dcd8cb commit bf58ea2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/web-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- k8s/test/cc-test/web.yml
- .github/workflows/web-test.yml
branches: ["main"]
pull_request:

jobs:
runTests:
Expand Down Expand Up @@ -105,7 +104,6 @@ jobs:
deployToEKS:
needs: pushToGHCR
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_EKS_DEV_USER }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_EKS_DEV_USER }}
Expand Down

0 comments on commit bf58ea2

Please sign in to comment.