From b932576f604a6a9b407ec015b329c85c30946f9e Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Mon, 14 Aug 2023 16:50:29 -0400 Subject: [PATCH] cleanup --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01f81b3..3490dbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,6 @@ jobs: CRYOSTAT_GRAFANA_IMG: quay.io/cryostat/cryostat-grafana-dashboard steps: - uses: actions/checkout@v2 - with: - repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: ${{ github.event.pull_request.head.ref }} - name: Install qemu continue-on-error: false run: | @@ -45,8 +42,8 @@ jobs: registry: quay.io/cryostat username: cryostat+bot password: ${{ secrets.REGISTRY_PASSWORD }} - if: ${{ github.event_name == 'push' && github.repository_owner == 'cryostatio' }} + if: ${{ github.repository_owner == 'cryostatio' }} - name: Print image URL run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}" - if: ${{ github.event_name == 'push' && github.repository_owner == 'cryostatio' }} + if: ${{ github.repository_owner == 'cryostatio' }}