Allow request and application logs to have separate retention policie… #152
This file contains 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
name: 🎯 Updated Main | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
name: Build | |
uses: ./.github/workflows/Build.yml | |
qa: | |
name: QA | |
needs: build | |
uses: ./.github/workflows/QA.yml | |
secrets: inherit | |
test: | |
name: Test | |
needs: build | |
uses: ./.github/workflows/Test.yml | |
secrets: inherit |