Skip to content

Commit

Permalink
test fire teaxyz/setup:ci.yml (pkgxdev#334)
Browse files Browse the repository at this point in the history
* fire teaxyz/setup:ci.yml on release

* update job name
  • Loading branch information
jhheider authored Feb 3, 2023
1 parent 5991461 commit 5945882
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,15 @@ jobs:
aws cloudfront create-invalidation
--distribution-id ${{ secrets.AWS_CF_DISTRIBUTION_ID }}
--paths

smoke-setup:
needs: [upload-binaries]
runs-on: ubuntu-latest
steps:
- uses: aurelien-baudet/workflow-dispatch@v2
with:
workflow: smoke-test.yml
repo: teaxyz/setup
ref: main
token: ${{secrets.TEMP_JACOBS_GITHUB_PAT}}
wait-for-completion: false

0 comments on commit 5945882

Please sign in to comment.