ci: check repo origin on push tag event

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1715/head
CrazyMax 2 years ago
parent 91fdb0423d
commit 805f3a199d
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -115,7 +115,7 @@ jobs:
bin-image:
runs-on: ubuntu-22.04
if: ${{ github.event_name != 'pull_request' }}
if: ${{ github.event_name != 'pull_request' && github.repository == 'docker/buildx' }}
steps:
-
name: Checkout

@ -8,7 +8,7 @@ on:
jobs:
open-pr:
runs-on: ubuntu-22.04
if: "!github.event.release.prerelease"
if: ${{ github.event.release.prerelease != true && github.repository == 'docker/buildx' }}
steps:
-
name: Checkout docs repo

Loading…
Cancel
Save