Updated workflows

This commit is contained in:
Hamza417
2023-09-21 11:25:17 +05:30
parent 48d26875df
commit fe268e4190
3 changed files with 0 additions and 12 deletions

View File

@ -48,7 +48,3 @@ jobs:
-d '{ -d '{
"merge_method": "merge" "merge_method": "merge"
}' "$GITHUB_API_URL/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/merge" }' "$GITHUB_API_URL/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/merge"
notifications:
email:
on: [ none ] # Disable email notifications for this workflow

View File

@ -90,7 +90,3 @@ jobs:
git add . git add .
git commit -m "Automated Exodus data update" git commit -m "Automated Exodus data update"
git push origin master git push origin master
notifications:
email:
on: [ none ] # Disable email notifications for this workflow

View File

@ -60,7 +60,3 @@ jobs:
git add . git add .
git commit -m "Automated F-Droid repo update" git commit -m "Automated F-Droid repo update"
git push origin master git push origin master
notifications:
email:
on: [ none ] # Disable email notifications for this workflow