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 aba571c commit cad5a40Copy full SHA for cad5a40
1 file changed
.github/workflows/sync.yml
@@ -119,6 +119,7 @@ jobs:
119
120
commit:
121
runs-on: ubuntu-latest
122
+ needs: sync
123
permissions:
124
contents: write
125
steps:
@@ -127,7 +128,7 @@ jobs:
127
128
uses: actions/checkout@v6
129
130
- name: Checkout this repository ${{ env.PYDOC_VERSION }}
- if: ${{ contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }}
131
+ #if: ${{ contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }}
132
133
with:
134
ref: ${{ env.PYDOC_VERSION }}
0 commit comments