Skip to content

Commit

Permalink
Merge tee worker repo (#987)
Browse files Browse the repository at this point in the history
* initial adding tee-worker src

* fix link path

* adjust path and content

* fix path

* fmt

* add ignore/exclude path

* fix the path for upload/download artifacts

* fix path
  • Loading branch information
Kailai-Wang authored Nov 29, 2022
1 parent 469f769 commit b6dda59
Show file tree
Hide file tree
Showing 833 changed files with 106,824 additions and 2 deletions.
1 change: 0 additions & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ if [ ! -z "$files" ]; then
make fmt
git add $(echo "$files" | paste -s -d " " -)
fi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test
name: Parachain CI

on:
push:
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
- 'pallets/**'
- 'primitives/**'
- 'runtime/**'
- 'mock-tee-primitives/**'
- 'docker/Dockerfile'
- '**/Cargo.lock'
- '**/Cargo.toml'
Expand Down
Loading

0 comments on commit b6dda59

Please sign in to comment.