Skip to content

Commit

Permalink
Modfied mail yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
richaarora01 committed Mar 7, 2024
1 parent 354ec47 commit c8c66c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rsbh-dh-mail-net-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- feature/apr-41
paths:
- Java/README.md
- Java/mail-it/**
# paths:
# - Java/README.md
# - Java/mail-it/**

# pull_request:
# types: [opened, reopened, edited, synchronize]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rsbh-dh-mail-net-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- feature/apr-41
paths:
- Java/README.md
- Java/mail-it/**
# paths:
# - Java/README.md
# - Java/mail-it/**

jobs:
CI:
Expand Down
1 change: 0 additions & 1 deletion Java/mail-it/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ COPY mail-it/src /tmp/src/
WORKDIR /tmp/

RUN mvn -B clean install \
-P ${MVN_PROFILE} \
-Dmaven.test.skip=${SKIP_TESTS} \
-f pom.xml

Expand Down

0 comments on commit c8c66c6

Please sign in to comment.