Skip to content

Commit

Permalink
Merge pull request #31 from micahflee/tests-first
Browse files Browse the repository at this point in the history
Run automerge and deploy workflows only after tests pass
  • Loading branch information
micahflee authored Jan 23, 2024
2 parents ad38179 + 6ccdf02 commit e682841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:

jobs:
dependabot:
needs: tests
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
docker:
needs: tests
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit e682841

Please sign in to comment.