Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sync-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
Sync_All_Repos_Common_Workflows:
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' && github.event.pull_request.merged == true
runs-on: ubuntu-latest # Use the latest Ubuntu runner for the job
steps:
- name: Checkout Central Workflows Repo # Step to checkout the repository containing the central workflows
Expand Down