Merge pull request #2805 from alphagov/zd-6117313/lm-col #894
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: Post Merge | |
| on: | |
| push: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - '.github/**' | |
| permissions: | |
| contents: read | |
| concurrency: adminusers-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 |