Skip to content

Commit 699e254

Browse files
authored
Merge pull request #57 from frmscoe/trigger-sync-1
fix: Update sync-workflows.yml
2 parents 373937d + baeba06 commit 699e254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

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

0 commit comments

Comments
 (0)