Skip to content

Commit

Permalink
Build pipeline improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Apr 3, 2024
1 parent e8c0091 commit 78c3b4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ jobs:
- name: Test
run: make test

call-validate:
validate:
name: Validate
uses: alexdlaird/pyngrok/.github/workflows/validate.yml@main
secrets: inherit

automerge:
name: "Auto Approve"
needs: [build, call-validate]
needs: [build, validate]

runs-on: ubuntu-latest

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
types: [ created ]

jobs:
call-build:
build:
name: Build
uses: alexdlaird/pyngrok/.github/workflows/build.yml@main
secrets: inherit

Expand Down

0 comments on commit 78c3b4b

Please sign in to comment.