mirror of https://github.com/docker/buildx.git
ci: skip scout job on forked repo
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
bc2748da59
commit
6efb1d7cdc
|
@ -331,9 +331,9 @@ jobs:
|
||||||
|
|
||||||
scout:
|
scout:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
if: ${{ github.ref == 'refs/heads/master' }}
|
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'docker/buildx' }}
|
||||||
permissions:
|
permissions:
|
||||||
# required to wirte sarif report
|
# required to write sarif report
|
||||||
security-events: write
|
security-events: write
|
||||||
needs:
|
needs:
|
||||||
- bin-image
|
- bin-image
|
||||||
|
|
Loading…
Reference in New Issue