Skip to content

PP-10104 remaining payment page validation bug (#3898) #746

PP-10104 remaining payment page validation bug (#3898)

PP-10104 remaining payment page validation bug (#3898) #746

Workflow file for this run

name: Post Merge
on:
push:
branches:
- master
paths-ignore:
- '.github/**'
permissions:
contents: read
concurrency: frontend-post-merge
jobs:
tests:
uses: ./.github/workflows/_run-tests.yml
secrets:
pact_broker_username: ${{ secrets.pact_broker_username }}
pact_broker_password: ${{ secrets.pact_broker_password }}
tag-release:
needs:
- tests
permissions:
contents: write
uses: alphagov/pay-ci/.github/workflows/_create-alpha-release-tag.yml@master