fix: Ensure all project's restricted view settings are correctly pers… #1318
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-build-and-test-empty | |
on: | |
push: | |
branches: | |
- main | |
- "release-*" | |
jobs: | |
check-formatting: | |
name: Check formatting | |
runs-on: ubuntu-latest | |
steps: | |
- name: Skip with success | |
run: | | |
echo "skipped" | |
exit 0 | |
build-and-test: | |
name: Build and test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Skip with success | |
run: echo "skipped" | |
integration-test: | |
name: Build and integration-test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Skip with success | |
run: echo "skipped" | |
test-client-test-data: | |
name: Test client-test-data | |
runs-on: ubuntu-latest | |
steps: | |
- name: Skip with success | |
run: echo "skipped" | |
test-repository-upgrade: | |
name: Test repository upgrade | |
runs-on: ubuntu-latest | |
steps: | |
- name: Skip with success | |
run: echo "skipped" | |
test-docs-build: | |
name: Test docs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Skip with success | |
run: echo "skipped" |