Skip to content

Commit b6aab62

Browse files
committed
ci(workflows): [ci] skip workflow run for @flexdevelopment on push
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 553a21c commit b6aab62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
github.event_name == 'pull_request'
4747
|| github.event_name == 'workflow_dispatch'
4848
|| github.event.head_commit.author.name != 'dependabot[bot]'
49+
|| github.event.head_commit.author.name != 'flexdevelopment'
4950
|| !startsWith(github.event.head_commit.message, 'release:')
5051
runs-on: ubuntu-latest
5152
outputs:

0 commit comments

Comments
 (0)