Skip to content

Commit

Permalink
Remove push on org-monitoring (#830)
Browse files Browse the repository at this point in the history
* Remove push on org-monitoring

* Fix auth typo
  • Loading branch information
jawills authored Oct 14, 2024
1 parent 19a2f9e commit f7024e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions defaults/monitoring/.github/workflows/org-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# Doc & support: https://sfdx-hardis.cloudity.com/salesforce-monitoring-home/

on:
push:
# Automatically run every day at midnight
schedule:
- cron: "0 0 * * *" # Cron format -> https://crontab.cronhub.io/
Expand Down Expand Up @@ -315,7 +314,7 @@ jobs:
run: |
echo "Run Monitoring checks against \"$CONFIG_BRANCH\""
git pull origin ${{ matrix.branch }}
sf hardis:th:login
sf hardis:auth:login
sf hardis:org:monitor:all
- name: Upload artifacts
Expand Down

0 comments on commit f7024e3

Please sign in to comment.