We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce3c06 commit a576c22Copy full SHA for a576c22
.github/workflows/docker-publish.yml
@@ -31,6 +31,7 @@ on:
31
jobs:
32
docker:
33
name: Docker
34
+ if: ${{ startsWith(github.repository, 'apache/') }}
35
runs-on: ubuntu-22.04
36
permissions:
37
contents: read
.github/workflows/docs.yaml
@@ -29,6 +29,7 @@ name: Deploy DataFusion Comet site
29
30
build-docs:
name: Build docs
runs-on: ubuntu-latest
steps:
- name: Checkout docs sources
0 commit comments