Skip to content

Commit

Permalink
disabled pr trigger for changelog flow
Browse files Browse the repository at this point in the history
  • Loading branch information
fclante committed May 16, 2024
1 parent c13aa31 commit 7aae19d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/changelog-enforce.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: "Changelog Enforcer"
on:
pull_request:
types: [opened, synchronize, reopened]
#pull_request:
# types: [opened, synchronize, reopened]

workflow_dispatch:

jobs:
changelog:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7aae19d

Please sign in to comment.