Skip to content

Commit

Permalink
Renaming workflows for better harmony across pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Feb 23, 2023
1 parent fc29b76 commit 195fb0f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR pre-release
name: Pre-release PR

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Code check

# for external contribution pull requests, and internal pushes to specific branches (!= dev)

on:
pull_request:
branches-ignore:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Wrapper deploy
name: Release

on:
push:
Expand Down

0 comments on commit 195fb0f

Please sign in to comment.