Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
2d6a6cb5
Unverified
Commit
2d6a6cb5
authored
Apr 07, 2021
by
Stéphane Graber
Committed by
Christian Brauner
Apr 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
github: Try to fix action naming
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
fe38f0b1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
7 deletions
+3
-7
build.yml
.github/workflows/build.yml
+1
-2
cifuzz.yml
.github/workflows/cifuzz.yml
+1
-2
coverity.yml
.github/workflows/coverity.yml
+1
-2
static-analysis.yml
.github/workflows/static-analysis.yml
+0
-1
No files found.
.github/workflows/build.yml
View file @
2d6a6cb5
name
:
T
est build
name
:
Simple t
est build
on
:
on
:
-
push
-
push
-
pull_request
-
pull_request
jobs
:
jobs
:
test
:
test
:
strategy
:
strategy
:
...
...
.github/workflows/cifuzz.yml
View file @
2d6a6cb5
---
name
:
Fuzzing with OSS-fuzz
name
:
CIFuzz
on
:
on
:
push
:
push
:
branches
:
branches
:
...
...
.github/workflows/coverity.yml
View file @
2d6a6cb5
name
:
Coverity
name
:
Coverity
build and upload
on
:
on
:
push
:
push
:
branches
:
branches
:
-
master
-
master
jobs
:
jobs
:
test
:
test
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
...
.github/workflows/static-analysis.yml
View file @
2d6a6cb5
...
@@ -2,7 +2,6 @@ name: Static analysis
...
@@ -2,7 +2,6 @@ name: Static analysis
on
:
on
:
-
push
-
push
-
pull_request
-
pull_request
jobs
:
jobs
:
test
:
test
:
runs-on
:
ubuntu-18.04
runs-on
:
ubuntu-18.04
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment