Bump bicep-types from b7606cb
to a26c397
#3461
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: "Approve Functional Tests" | |
on: | |
pull_request: | |
branches: | |
- main | |
- features/* | |
- release/* | |
jobs: | |
approve-functional-tests-run: | |
name: "Approve Functional Tests" | |
runs-on: ubuntu-latest | |
environment: functional-tests | |
steps: | |
- name: Checkout Radius repository | |
uses: actions/checkout@v4 | |
- name: Save PR number | |
uses: ./.github/actions/save-pr-as-artifact |