Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
detector_benchmarks
Commits
7be4db47
Unverified
Commit
7be4db47
authored
10 months ago
by
Dmitry Kalinkin
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
mirror.yaml: pass PIPELINE_NAME (
#20
)
parent
03850ad4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#92511
passed with warnings with stages
in 1 hour, 31 minutes, and 50 seconds
Changes
2
Pipelines
318
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/mirror.yaml
+1
-0
1 addition, 0 deletions
.github/workflows/mirror.yaml
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
with
2 additions
and
0 deletions
.github/workflows/mirror.yaml
+
1
−
0
View file @
7be4db47
...
...
@@ -38,3 +38,4 @@ jobs:
GITHUB_REPOSITORY=${{ github.repository }}
GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_PR=${{ github.event.pull_request.number }}
PIPELINE_NAME=${{ github.event.pull_request.title }}
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
0
View file @
7be4db47
...
...
@@ -8,6 +8,7 @@ variables:
GITHUB_REPOSITORY
:
'
'
workflow
:
name
:
'
$PIPELINE_NAME'
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"web"'
...
...
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