Skip to content

Commit 2843a27

Browse files
authored
Delete unnecessary cords
1 parent e4b2652 commit 2843a27

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/update.yml

-15
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,4 @@ jobs:
113113
git add -A
114114
git diff-index --quiet HEAD || ( git commit -m "Merge ${{ env.CURRENT_BRANCH }} into ${{ matrix.branch }}" && git push )
115115
116-
# call-build:
117-
# Call the build workflow after updating
118-
name: call
119-
needs: [update]
120-
uses: rffontenelle/python-docs-pt-br/.github/workflows/build.yml@3.10
121-
with:
122-
was-called: yes
123-
secrets:
124-
TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
125-
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
126116
127-
# call-compendium:
128-
# Call the compendium workflow after updating
129-
name: call
130-
needs: [update]
131-
uses: rffontenelle/python-docs-pt-br/.github/workflows/compendium.yml@3.10

0 commit comments

Comments
 (0)