Skip to content

Commit

Permalink
improved wording
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Jul 24, 2024
1 parent cf5742d commit 4d7e988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
##
name: "PR Checks"
name: "PR Gradle Checks"
on:
push:
branches:
Expand All @@ -32,7 +32,7 @@ env:

jobs:
compile:
name: "Build"
name: "Gradle Checks"
runs-on: [ self-hosted, Linux, medium, ephemeral ]
steps:
- name: Harden Runner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
##
name: "PR Formatting"
name: "PR Formatting Checks"
on:
pull_request:
types:
Expand Down

0 comments on commit 4d7e988

Please sign in to comment.