Skip to content

Commit

Permalink
remove push trigger for github action, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
klhftco committed Dec 5, 2024
1 parent 8d879f8 commit cccf8da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mongo-reset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Reset Dev Mongo

on:
workflow_dispatch:
push:

jobs:
reset-mongo:
Expand All @@ -18,7 +17,7 @@ jobs:
script: |
set -e # Exit immediately if a command fails
# Update reste-dev-mongo CronJob
# Update reset-dev-mongo CronJob
kubectl apply -f infra/base/templates/mongo-reset.yaml
# Create Mongo job from mongo-reset
Expand Down

0 comments on commit cccf8da

Please sign in to comment.