Skip to content

Commit

Permalink
fix: Debug commit author in github action (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Feb 17, 2023
1 parent e058ca7 commit f7eeb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
publish-docker-images:
name: Publish aimmo Docker images
if: github.event.head_commit.author.email == 'action@github.com'
# if: github.event.head_commit.author.email == 'action@github.com'
runs-on: ubuntu-20.04
steps:
- name: Checkout
Expand Down

0 comments on commit f7eeb98

Please sign in to comment.