Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
system-upgrade-controller
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
rancher
system-upgrade-controller
Commits
64b5355e
Commit
64b5355e
authored
Jun 12, 2024
by
Bruno Bachmann
Browse files
Options
Downloads
Patches
Plain Diff
Update triggers
parent
c8cf8783
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/pull-request.yaml
+1
-1
1 addition, 1 deletion
.github/workflows/pull-request.yaml
.github/workflows/release.yaml
+1
-2
1 addition, 2 deletions
.github/workflows/release.yaml
with
2 additions
and
3 deletions
.github/workflows/pull-request.yaml
+
1
−
1
View file @
64b5355e
...
@@ -2,8 +2,8 @@ name: CI on Pull Request
...
@@ -2,8 +2,8 @@ name: CI on Pull Request
# The jobs below will execute any time a PR is created.
# The jobs below will execute any time a PR is created.
on
:
on
:
push
:
pull_request
:
pull_request
:
push
:
branches
:
branches
:
-
'
master'
-
'
master'
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/release.yaml
+
1
−
2
View file @
64b5355e
name
:
CI on Release Tag
name
:
CI on Release Tag
# The jobs below will execute any time a tag is pushed to any branch in the repo
# The jobs below will execute any time a tag is pushed to any branch in the repo.
# and when master is updated.
on
:
on
:
push
:
push
:
tags
:
tags
:
...
...
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
sign in
to comment