Skip to content

Commit

Permalink
fix: Fix job names
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 committed Aug 4, 2023
1 parent 639cb8c commit 676654c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

jobs:
Build and test:
build-and-test:
runs-on: ubuntu-20.04
env:
TEST_AUTH_TOKEN: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

jobs:
Generate readme and prep release:
generate-readme-and-prep-release:
runs-on: ubuntu-latest
steps:
- name: Setup repo
Expand Down

0 comments on commit 676654c

Please sign in to comment.