fix: [Assets][Files] Informational note does not appear after selecting “Dial Admin Archive” option (Issue #2389) #4012
Workflow file for this run
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: PR Workflow | |
| on: | |
| pull_request: | |
| branches: [development, release-*] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number }} | |
| cancel-in-progress: true | |
| permissions: | |
| contents: read | |
| security-events: write | |
| jobs: | |
| run_tests: | |
| uses: epam/ai-dial-ci/.github/workflows/node_pr.yml@3.1.2 | |
| secrets: inherit | |
| with: | |
| node-version: 22 | |
| maximize-build-space: true |