Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
f9153850
Commit
f9153850
authored
5 years ago
by
Jean-Michel Picod
Browse files
Options
Downloads
Patches
Plain Diff
Restore path guards
parent
57874203
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/cbor_test.yml
+2
-2
2 additions, 2 deletions
.github/workflows/cbor_test.yml
.github/workflows/crypto_test.yml
+2
-2
2 additions, 2 deletions
.github/workflows/crypto_test.yml
.github/workflows/opensk_test.yml
+2
-2
2 additions, 2 deletions
.github/workflows/opensk_test.yml
with
6 additions
and
6 deletions
.github/workflows/cbor_test.yml
+
2
−
2
View file @
f9153850
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
name
:
CBOR tests
name
:
CBOR tests
on
:
on
:
push
:
push
:
#
paths:
paths
:
#
- 'libraries/cbor/**/*'
-
'
libraries/cbor/**/*'
pull_request
:
pull_request
:
types
:
[
opened
,
synchronize
,
reopened
]
types
:
[
opened
,
synchronize
,
reopened
]
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/crypto_test.yml
+
2
−
2
View file @
f9153850
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
name
:
Crypto library tests
name
:
Crypto library tests
on
:
on
:
push
:
push
:
#
paths:
paths
:
#
- 'libraries/crypto/**/*'
-
'
libraries/crypto/**/*'
pull_request
:
pull_request
:
types
:
[
opened
,
synchronize
,
reopened
]
types
:
[
opened
,
synchronize
,
reopened
]
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/opensk_test.yml
+
2
−
2
View file @
f9153850
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
name
:
OpenSK tests
name
:
OpenSK tests
on
:
on
:
push
:
push
:
#
paths:
paths
:
#
- 'src/**/*.rs'
-
'
src/**/*.rs'
pull_request
:
pull_request
:
types
:
[
opened
,
synchronize
,
reopened
]
types
:
[
opened
,
synchronize
,
reopened
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment