Skip to content

Commit f22cd7a

Browse files
Merge branch 'master' into andriy/run-775-perf-counter
2 parents f885ed0 + 349b5b7 commit f22cd7a

Some content is hidden

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

65 files changed

+1016
-36383
lines changed

.github/workflows/motoko-encrypted-notes-vetkd-example.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: motoko-encrypted-notes
1+
name: motoko-encrypted-notes-vetkd
22
on:
33
push:
44
branches:
55
- master
66
pull_request:
77
paths:
88
- motoko/encrypted-notes-dapp-vetkd/**
9-
- .github/workflows/provision-darwin.sh
9+
- motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
1010
- .github/workflows/provision-linux.sh
11-
- .github/workflows/motoko-encrypted-notes-example.yml
11+
- .github/workflows/motoko-encrypted-notes-vetkd-example.yml
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: true

.github/workflows/motoko-encrypted-notes-vetkd-skip.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: motoko-encrypted-notes
1+
name: motoko-encrypted-notes-vetkd
22
on:
33
pull_request:
44
paths-ignore:
55
- motoko/encrypted-notes-dapp-vetkd/**
6-
- .github/workflows/provision-darwin.sh
6+
- motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
77
- .github/workflows/provision-linux.sh
8-
- .github/workflows/motoko-encrypted-notes-example.yml
8+
- .github/workflows/motoko-encrypted-notes-vetkd-example.yml
99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
1111
cancel-in-progress: true

.github/workflows/rust-encrypted-notes-vetkd-example.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: rust-encrypted-notes
1+
name: rust-encrypted-notes-vetkd
22
on:
33
push:
44
branches:
55
- master
66
pull_request:
77
paths:
88
- motoko/encrypted-notes-dapp-vetkd/**
9-
- .github/workflows/provision-darwin.sh
9+
- motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
1010
- .github/workflows/provision-linux.sh
11-
- .github/workflows/rust-encrypted-notes-example.yml
11+
- .github/workflows/rust-encrypted-notes-vetkd-example.yml
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: true

.github/workflows/rust-encrypted-notes-vetkd-skip.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: rust-encrypted-notes
1+
name: rust-encrypted-notes-vetkd
22
on:
33
pull_request:
44
paths-ignore:
5-
- rust/encrypted-notes-dapp-vetkd/**
6-
- .github/workflows/provision-darwin.sh
5+
- motoko/encrypted-notes-dapp-vetkd/**
6+
- motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
77
- .github/workflows/provision-linux.sh
8-
- .github/workflows/rust-encrypted-notes-example.yml
8+
- .github/workflows/rust-encrypted-notes-vetkd-example.yml
99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
1111
cancel-in-progress: true

0 commit comments

Comments
 (0)