Skip to content

Commit 9366e4b

Browse files
committed
Skip scheduled runs on forks
1 parent 87b49a8 commit 9366e4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/properties.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
update-migrations:
1111
runs-on: ubuntu-latest
12+
if: github.event_name != 'schedule' || github.repository_owner == 'openrewrite'
1213
steps:
1314
- name: Checkout
1415
uses: actions/checkout@v4

0 commit comments

Comments
 (0)