Skip to content

Commit

Permalink
porter deploy wait
Browse files Browse the repository at this point in the history
  • Loading branch information
mnida committed Mar 21, 2023
1 parent c1535fb commit 20a1aa8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/porter-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@
name: Deploy to Porter
jobs:
porter-deploy:
name: Porter Deploy
runs-on: ubuntu-latest
steps:

- name: Wait on check
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'Porter Deploy'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30

- name: Checkout code
uses: actions/checkout@v3
- name: Set Github tag
Expand Down

0 comments on commit 20a1aa8

Please sign in to comment.