Skip to content

Commit

Permalink
Rename GitHub actions jobs to allow for better identification
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Jun 5, 2024
1 parent 363e53b commit 7ea5d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- master

jobs:
docker:
build-docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Python tests

on:
push:
branches: [ "master", "develop", "ci-test" ]
branches: [ "master", "develop" ]
pull_request:
branches: [ "master", "develop" ]

permissions:
contents: read

jobs:
test:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 7ea5d94

Please sign in to comment.