feat(l1): snap sync #381
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 Skipped | |
on: | |
pull_request: | |
branches: ["**"] | |
paths: | |
- 'README.md' | |
- 'LICENSE' | |
- "**/README.md" | |
- "**/docs/**" | |
- '!**/*.rs' | |
- '!**/*.toml' | |
- '!**/*.yaml' | |
- '!**/*.sh' | |
- '!**/*.json' | |
- '!**/*.rlp' | |
- '!**Dockefile' | |
- '!**Makefile' | |
jobs: | |
lint: | |
# "Lint" is a required check, don't change the name | |
name: Lint | |
runs-on: ubuntu-latest | |
if: false | |
steps: [run: true] | |
test: | |
# "Test" is a required check, don't change the name | |
name: Test | |
runs-on: ubuntu-latest | |
if: false | |
steps: [run: true] | |
docker-build: | |
# "Build Docker" is a required check, don't change the name | |
name: Build Docker | |
runs-on: ubuntu-latest | |
if: false | |
steps: [run: true] | |
all-tests: | |
# "Integration Test" is a required check, don't change the name | |
name: Integration Test | |
runs-on: ubuntu-latest | |
if: false | |
steps: [run: true] |