Skip to content

Commit

Permalink
Bypass git
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcertora committed Dec 26, 2024
1 parent ce50c25 commit 096bbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
Regression:
if: ( (github.event.review.state == 'approved') || (github.event.pull_request.user.email == '[email protected]')) && (github.event.pull_request.base.ref == 'main')
if: ((github.event.review.state == 'approved') || (github.event.pull_request.user.email == '[email protected]')) && (github.event.pull_request.base.ref == 'main')
runs-on: ubuntu-latest

container:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
Update-Version:
if: (github.event.review.state == 'approved') && (github.event.pull_request.base.ref == 'main')
if: ((github.event.review.state == 'approved') || (github.event.pull_request.user.email == '[email protected]')) && (github.event.pull_request.base.ref == 'main')
needs: Regression
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 096bbb7

Please sign in to comment.