Skip to content

Commit f675f31

Browse files
committed
ci: desabilitar cron do refresh até secrets AWS estarem configurados
1 parent f5a11a0 commit f675f31

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/refresh.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ name: refresh
55
# assets + state commitado de volta. Cada dataset ativo roda em
66
# paralelo via matrix.
77

8+
# TODO: reabilitar quando secrets AWS_ROLE_ARN / S3_BUCKET /
9+
# CLOUDFRONT_DISTRIBUTION_ID estiverem configurados. Por enquanto só
10+
# workflow_dispatch manual pra evitar falhas no scheduler e runs
11+
# spurious em push (que o startup-check do GitHub marca como failed).
812
on:
9-
schedule:
10-
- cron: '0 6 * * 1' # toda segunda 06:00 UTC
1113
workflow_dispatch:
1214
inputs:
1315
datasets:

0 commit comments

Comments
 (0)