Skip to content

Commit

Permalink
Prevent infinite commit loop
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Nov 15, 2024
1 parent 57ae3d4 commit b85448a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/parse-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
update-app-info:
if: "!contains(github.event.head_commit.message, 'Update app info')"
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b85448a

Please sign in to comment.