We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 373937d + baeba06 commit 699e254Copy full SHA for 699e254
.github/workflows/sync-workflows.yml
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
Sync_All_Repos_Common_Workflows:
17
- if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' && github.event.pull_request.merged == true
+ if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
18
runs-on: ubuntu-latest # Use the latest Ubuntu runner for the job
19
steps:
20
- name: Checkout Central Workflows Repo # Step to checkout the repository containing the central workflows
0 commit comments