✨ POC for mounts (Master PR, not for merging) #1003
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
# To satisfy required status checks for docs-only changes, configure jobs that match those in ci.yaml that | |
# always return true. | |
on: | |
pull_request: | |
branches: | |
- main | |
- 'release-*' | |
paths: | |
- "docs/**" | |
- "**/*.md" | |
- ".github/ISSUE_TEMPLATE/*" | |
- ".goreleaser.yaml" | |
- ".github/workflows/docs-gen-and-push.yaml" | |
jobs: | |
e2e-shared-server: | |
name: e2e-shared-server | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' | |
e2e-sharded: | |
name: e2e-sharded | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' |