1
0
mirror of synced 2026-02-01 12:01:41 -05:00

Merge pull request #10144 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-09-17 14:41:25 -04:00
committed by GitHub

View File

@@ -16,7 +16,11 @@ permissions:
jobs:
build:
if: ${{ github.repository == 'github/docs-internal' || github.repository == 'github/docs' }}
if: >-
${{
(github.repository == 'github/docs-internal' || github.repository == 'github/docs') &&
startsWith(github.head_ref, 'docker-')
}}
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5