Skip to content

Commit a576c22

Browse files
authored
chore: docker publish and docs build only for apache repo (#2289)
1 parent bce3c06 commit a576c22

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ on:
3131
jobs:
3232
docker:
3333
name: Docker
34+
if: ${{ startsWith(github.repository, 'apache/') }}
3435
runs-on: ubuntu-22.04
3536
permissions:
3637
contents: read

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ name: Deploy DataFusion Comet site
2929
jobs:
3030
build-docs:
3131
name: Build docs
32+
if: ${{ startsWith(github.repository, 'apache/') }}
3233
runs-on: ubuntu-latest
3334
steps:
3435
- name: Checkout docs sources

0 commit comments

Comments
 (0)