Skip to content

Commit

Permalink
Merge pull request #112 from unb-mds/ajusteworkflow
Browse files Browse the repository at this point in the history
Ajuste no cron deste workflow para ser executado uma vez por mês
  • Loading branch information
davi-aguiar-vieira authored Sep 5, 2024
2 parents 42eb1b0 + d8496ba commit fa0a1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/1contratos21_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Atualizar_contratos_21_22

on:
schedule:
- cron: '0 16 * * 4/2'
- cron: '0 16 1 * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fa0a1ce

Please sign in to comment.