Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
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
lvzhengyang
git2
Commits
87b1bf80
Commit
87b1bf80
authored
Dec 14, 2023
by
Edward Thomson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pr/6339' into actions
parents
82d44145
b29b9e8e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
.github/workflows/benchmark.yml
+3
-0
.github/workflows/main.yml
+3
-0
.github/workflows/nightly.yml
+8
-0
No files found.
.github/workflows/benchmark.yml
View file @
87b1bf80
...
...
@@ -6,6 +6,9 @@ on:
schedule
:
-
cron
:
'
15
4
*
*
*'
permissions
:
contents
:
read
jobs
:
# Run our nightly builds. We build a matrix with the various build
# targets and their details. Then we build either in a docker container
...
...
.github/workflows/main.yml
View file @
87b1bf80
...
...
@@ -13,6 +13,9 @@ env:
docker-registry
:
ghcr.io
docker-config-path
:
source/ci/docker
permissions
:
contents
:
read
jobs
:
containers
:
uses
:
./.github/workflows/build-containers.yml
...
...
.github/workflows/nightly.yml
View file @
87b1bf80
...
...
@@ -10,6 +10,9 @@ env:
docker-registry
:
ghcr.io
docker-config-path
:
source/ci/docker
permissions
:
contents
:
read
jobs
:
# Run our nightly builds. We build a matrix with the various build
# targets and their details. Then we build either in a docker container
...
...
@@ -385,6 +388,11 @@ jobs:
# from using build minutes on their forks.
if
:
github.repository == 'libgit2/libgit2'
permissions
:
actions
:
read
contents
:
read
security-events
:
write
name
:
CodeQL
runs-on
:
ubuntu-latest
steps
:
...
...
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