From 45a946c0a13772dde755af782b763c423d75f65c Mon Sep 17 00:00:00 2001 From: mschaab <53225534+mschaab-SA@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:40:32 -0300 Subject: [PATCH] Update github-actions.yml Removed ping --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 76fa38e..711126b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -32,7 +32,6 @@ jobs: JF_USER: ${{ secrets.JFROG_USERNAME }} JF_PASSWORD: ${{ secrets.JFROG_PASSWORD }} - run: | - jf rt ping # This command adds a new server configuration to the JFrog CLI - name: Create version for Artifactory if: ${{ github.event_name == 'pull_request' && github.pull_request_target == 'master' }}