Skip to content

Commit

Permalink
Delete debug data
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinyuk committed Jul 2, 2024
1 parent 89deeae commit c28d240
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,12 @@ jobs:
echo "dist=/tmp/bavp/dist" >>$GITHUB_OUTPUT
shell: bash

echo-output:
needs: [check-modified-files]
runs-on: ubuntu-latest
steps:
- run: |
echo "Owner: ${{ github.repository_owner }}"
echo "Event: ${{ github.event_name }}"
echo "Modified: ${{ needs.check-modified-files.outputs.files_modified }}"
release-snapshot-to-maven-central:
name: Publish SNAPSHOT package to MavenCentral
environment: release-snapshot
needs: [maven, check-modified-files]
runs-on: ubuntu-latest
# if: github.repository_owner == 'epam' && github.event_name == 'push' && github.ref == 'refs/heads/master' && needs.check-modified-files.outputs.files_modified == 'true'
if: github.repository_owner == 'epam' && github.event_name == 'pull_request' && needs.check-modified-files.outputs.files_modified == 'true'
if: github.repository_owner == 'epam' && github.event_name == 'push' && github.ref == 'refs/heads/master' && needs.check-modified-files.outputs.files_modified == 'true'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c28d240

Please sign in to comment.