Skip to content

Commit

Permalink
chore(ci): update GH workflow names (#1826)
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Kim <joskim@redhat.com>
  • Loading branch information
christoph-jerolimov and josephca authored Nov 7, 2024
1 parent 71e0244 commit 9acbe37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache-cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# based on https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches

name: cleanup caches by a branch
name: Cleanup caches by a branch
on:
pull_request:
types:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on-new-issue.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: On New Issue

on:
issues:
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: PR
name: PR Build Image

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-semantic.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR
name: PR Semantic

on:
pull_request_target:
Expand Down

0 comments on commit 9acbe37

Please sign in to comment.