Skip to content

Commit

Permalink
Merge pull request #1214 from alphagov/pp_12571_make_postmerge_callab…
Browse files Browse the repository at this point in the history
…le_workflow

PP-12571 Make post-merge workflow reusable workflow
  • Loading branch information
kbottla committed May 14, 2024
2 parents 1c3dd5b + 0863c1c commit af30a31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-trigger-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Workflow triggered by Concourse for new BIN ranges
name: Trigger release

on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Post Merge

on:
workflow_call:
secrets:
pact_broker_username:
required: true
pact_broker_password:
required: true
push:
branches:
- master
Expand Down

0 comments on commit af30a31

Please sign in to comment.