mirror of
https://github.com/Hamza417/Inure.git
synced 2025-08-06 18:49:41 +08:00
Updated workflows
This commit is contained in:
4
.github/workflows/crowdin_merge.yml
vendored
4
.github/workflows/crowdin_merge.yml
vendored
@ -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
|
|
4
.github/workflows/exodus_data.yml
vendored
4
.github/workflows/exodus_data.yml
vendored
@ -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
|
|
4
.github/workflows/fdroid_repo.yml
vendored
4
.github/workflows/fdroid_repo.yml
vendored
@ -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
|
|
||||||
|
Reference in New Issue
Block a user