Rename question step type to reflect the change in the forms-admin API #2102
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: "Review apps: on PR change" | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| concurrency: | |
| group: "review-apps-pr-${{ github.event.pull_request.number }}" | |
| cancel-in-progress: false | |
| permissions: | |
| id-token: write | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| update-review-app: | |
| name: Update review app | |
| uses: alphagov/forms-deploy/.github/workflows/reusable-review_apps_on_pr_change.yml@main | |
| with: | |
| app-name: forms-runner |