Skip to content

Commit

Permalink
Merge pull request NixOS#8 from qjcg/ci/main-job-name
Browse files Browse the repository at this point in the history
ci: Use "main" as primary job name
  • Loading branch information
qjcg committed Feb 28, 2021
2 parents bf61886 + 51cc3fb commit a10d7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: [master]
jobs:
build:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches: [master]
jobs:
tests:
main:
strategy:
matrix:
# See https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
Expand Down

0 comments on commit a10d7f2

Please sign in to comment.