Skip to content

Commit

Permalink
chore(test): Fix typo in jobs:name: #10
Browse files Browse the repository at this point in the history
The jobs name was incorrect and didn't reflect the name.
Changed it from publish_dev_build to test_contribs.
Also added a name for the workflow = Test Contributions.

WIP #10
  • Loading branch information
imAsparky committed Sep 1, 2021
1 parent 404cb91 commit 38f6a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_contribution.yaml
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
publish_dev_build:
test_contribs:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 38f6a89

Please sign in to comment.