Skip to content

Commit

Permalink
chore: update GitHub action jobs names
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpachoo committed May 15, 2023
1 parent 3501d74 commit 410ce31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-events-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
validate_user_groups_data:
validate_community_events_data:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ master ]
jobs:
build:
verify_samples:
runs-on: ubuntu-latest
steps:
- name: Set up JDK
Expand Down

0 comments on commit 410ce31

Please sign in to comment.