Skip to content
Snippets Groups Projects
Unverified Commit 67cca077 authored by Oreon Lothamer's avatar Oreon Lothamer Committed by GitHub
Browse files

change pr-env conditional (#46352)

parent 07648603
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'External') == false
if: github.event.pull_request.head.repo.full_name == github.repository
name: Build Metabase Docker image
timeout-minutes: 60
permissions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment