Skip to content

Commit

Permalink
fix: Ajuste nos arquivos de workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardopadilha committed Oct 30, 2024
1 parent 939c11b commit c7d3c47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/02_salvar_informacoes_cypress_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ on:
workflows: ['Testes e2e com relatorio']
types:
- completed

push:
branches: ['main']
pull_request:
branches: ['main']


jobs:
test:
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/03_execucao_semanal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
schedule:
- cron: '0 21 * * 3'

push:
branches: ['main']
pull_request:
branches: ['main']

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c7d3c47

Please sign in to comment.