Skip to content

Commit cad5a40

Browse files
committed
Add needs condition
1 parent aba571c commit cad5a40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
120120
commit:
121121
runs-on: ubuntu-latest
122+
needs: sync
122123
permissions:
123124
contents: write
124125
steps:
@@ -127,7 +128,7 @@ jobs:
127128
uses: actions/checkout@v6
128129

129130
- name: Checkout this repository ${{ env.PYDOC_VERSION }}
130-
if: ${{ contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }}
131+
#if: ${{ contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }}
131132
uses: actions/checkout@v6
132133
with:
133134
ref: ${{ env.PYDOC_VERSION }}

0 commit comments

Comments
 (0)