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' }}