Skip to content

Commit

Permalink
More actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shayaantx committed Dec 20, 2023
1 parent 2643043 commit f7b1660
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/development-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
echo "Building $VERSION"
- name: Build
run: mvn --no-transfer-progress compile
- name: Test
run: mvn --no-transfer-progress test
- name: Package
run: mvn --no-transfer-progress package -DskipTests
- name: Create Github Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: "${{ github.event.pull_request.merge_commit_sha }}"
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup java
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit f7b1660

Please sign in to comment.