Skip to content

Commit

Permalink
Shorten names for visibility in Github Actions (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly authored Feb 9, 2024
1 parent 3b24ac6 commit 279a1a4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test access to Sumo with DROGON-MANAGE login
name: Test access DROGON-MANAGE login

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test access to Sumo with DROGON-MANAGE shared-key
name: Test access DROGON-MANAGE shared-key

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_access_drogon_read_login.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test access to Sumo with DROGON-READ login
name: Test access DROGON-READ login

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test access to Sumo with DROGON-READ shared-key
name: Test access DROGON-READ shared-key

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_access_drogon_write_login.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test access to Sumo with DROGON-WRITE login
name: Test access DROGON-WRITE login

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test access to Sumo with DROGON-WRITE shared-key
name: Test access DROGON-WRITE shared-key

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_access_no_access_login.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test access to Sumo with NO-ACCESS login
name: Test access NO-ACCESS login

on:
pull_request:
Expand Down

0 comments on commit 279a1a4

Please sign in to comment.