Filtering results in last dataframe of Execution Tutorial for better readability #749
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
| name: "(Internal) Automatic Deployment" | |
| on: | |
| pull_request_target: | |
| branches: | |
| - main | |
| types: | |
| - closed | |
| jobs: | |
| deploy-prod: | |
| if: github.event.pull_request.merged == true | |
| uses: ./.github/workflows/Utils-deployment-qmod.yml | |
| with: | |
| deploy-mode: production | |
| secrets: inherit | |
| deploy-staging: | |
| if: github.event.pull_request.merged == true | |
| uses: ./.github/workflows/Utils-deployment-qmod.yml | |
| with: | |
| deploy-mode: staging | |
| secrets: inherit |