Skip to content

Commit

Permalink
Rename ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Harrison committed Jul 27, 2021
1 parent 68564dd commit 423f9d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 'ci'
on: pull_request

jobs:
integration-ci:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'build-test'
name: 'ci'
on: # rebuild any PRs and main branch changes
pull_request:
push:
Expand Down

0 comments on commit 423f9d9

Please sign in to comment.