Skip to content

Commit

Permalink
More info to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Sep 15, 2023
1 parent d04c85d commit 52eb476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
docker-pr:
name: runner/test-docker-pr
name: runner/test-docker-pr:${{ github.head_ref }}
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
docker-push:
name: runner/build-docker-push
name: runner/build-docker-push:${{ github.head_ref }}
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.event.pull_request.merged == true
steps:
Expand Down

0 comments on commit 52eb476

Please sign in to comment.