We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6233be0 commit 79f4f24Copy full SHA for 79f4f24
.github/workflows/bump-dependencies.yml
@@ -28,9 +28,9 @@ permissions:
28
jobs:
29
create-prs:
30
name: Update ${{ matrix.components.name }} if necessary
31
- if: >-
32
- github.repository_owner == 'jamulussoftware' &&
33
- github.event_name != 'pull_request_target'
+# if: >-
+# github.repository_owner == 'jamulussoftware' &&
+# github.event_name != 'pull_request_target'
34
runs-on: ubuntu-latest
35
strategy:
36
fail-fast: false
0 commit comments