We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b49a8 commit 9366e4bCopy full SHA for 9366e4b
.github/workflows/properties.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
update-migrations:
11
runs-on: ubuntu-latest
12
+ if: github.event_name != 'schedule' || github.repository_owner == 'openrewrite'
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
0 commit comments