Skip to content

Commit

Permalink
Merge pull request #567 from dadosjusbr/CI/CD-alternados
Browse files Browse the repository at this point in the history
Ajustando a ativação do comando de deployment
  • Loading branch information
danielfireman authored Oct 27, 2023
2 parents a9f4dbb + 8e705d2 commit e4391af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous Delivery

on:
schedule:
- cron: "45 2 * * 2"
- cron: "0 3 * * 2,4"
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4391af

Please sign in to comment.