Skip to content

Commit c936cda

Browse files
Update sync_and_build.yml
1 parent c4dcef7 commit c936cda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync_and_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77
- master
8-
schedule:
9-
- cron: '0 0 * * *' # Esegui ogni giorno a mezzanotte UTC
8+
# schedule:
9+
# - cron: '0 0 * * *' # Esegui ogni giorno a mezzanotte UTC
1010
workflow_dispatch: # Permette di avviare manualmente l'Action
1111

1212
jobs:
@@ -38,4 +38,4 @@ jobs:
3838
git push
3939
fi
4040
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)