Update config.yml #71
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .github/workflows/main.yaml - CORRIGIDO | |
| name: Aspect Workflows CI | |
| on: | |
| push: | |
| branches: [main, Tests] | |
| pull_request: | |
| branches: [main] | |
| workflow_dispatch: | |
| jobs: | |
| call-aspect-workflow: | |
| name: Aspect Workflows CI/CD | |
| # ADICIONE A VERSÃO AQUI usando @${{ github.sha }} | |
| uses: ./.github/workflows/.aspect-workflows-reusable.yaml | |
| with: | |
| queue: aspect-small | |
| secrets: inherit |