Skip to content

Commit

Permalink
tech: add check to verify Scalingo applications deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuGilet committed Oct 29, 2024
1 parent 1260c03 commit a8594d4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check-scalingo-deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check Scalingo deployment
on:
check_suite:
types: [completed]
jobs:
check-api-deployment:
runs-on: ubuntu-latest
steps:
- name: Check api deployment
uses: MathieuGilet/test-functions/check-scalingo-deployment@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.repository.full_name }}
application: "pix-api-review-pr"${{ github.event.pull_requests.number }}
sha: ${{ github.event.head_sha }}

0 comments on commit a8594d4

Please sign in to comment.