Skip to content

Commit

Permalink
chore(ci): avoid run extensive tests in ci, if author is renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Jul 2, 2023
1 parent 4a9ea45 commit 0c50d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
test-extensively:
needs:
- build
if: github.ref_name != 'master' || github.event.commits[0].author.name != 'renovate[bot]'
uses: ./.github/workflows/test-extensively.yml
# secrets: inherit

Expand Down

0 comments on commit 0c50d9c

Please sign in to comment.