Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Sep 15, 2023
1 parent 52eb476 commit ae728d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
pull_request:
branches:
- main
- latest

env:
Expand All @@ -17,7 +16,7 @@ env:

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

env:
Expand All @@ -20,7 +19,7 @@ env:

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

0 comments on commit ae728d0

Please sign in to comment.