Skip to content

Commit

Permalink
Create post-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jul 23, 2024
1 parent ff517fc commit 12a443b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test MacOS Install Script with new Release

on:
workflow_run:
workflows: ["MetaCall Distributable MacOS Release"]
types:
- completed
branches: ['v*.*.*']

jobs:
test:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: convictional/[email protected]
with:
owner: metacall
repo: install
github_token: ${{ secrets.G_PERSONAL_ACCESS_TOKEN }}
workflow_file_name: test-macos.yml
wait_workflow: true
ref: master

0 comments on commit 12a443b

Please sign in to comment.