Skip to content

Commit b6dda59

Browse files
authored
Merge tee worker repo (#987)
* 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
1 parent 469f769 commit b6dda59

File tree

833 files changed

+106824
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

833 files changed

+106824
-2
lines changed

.githooks/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ if [ ! -z "$files" ]; then
1212
make fmt
1313
git add $(echo "$files" | paste -s -d " " -)
1414
fi
15-

.github/workflows/build-and-test.yml renamed to .github/workflows/parachain-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & Test
1+
name: Parachain CI
22

33
on:
44
push:
@@ -51,6 +51,7 @@ jobs:
5151
- 'pallets/**'
5252
- 'primitives/**'
5353
- 'runtime/**'
54+
- 'mock-tee-primitives/**'
5455
- 'docker/Dockerfile'
5556
- '**/Cargo.lock'
5657
- '**/Cargo.toml'

0 commit comments

Comments
 (0)