Skip to content

Commit fcd5ea1

Browse files
Merge pull request #422 from diegolovison/fix_415
Fix syncbot workflow to run on pull_request events
2 parents c545656 + dd03076 commit fcd5ea1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/syncbot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
prep-changes:
1111
runs-on: ubuntu-latest
12-
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1312
steps:
1413
- uses: actions/checkout@v6
1514

0 commit comments

Comments
 (0)