Skip to content

Commit

Permalink
✨ Ready for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 28, 2023
1 parent c40e335 commit 535c2e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-api-export-tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Export tasks
on:
push:
# branches:
# - main
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -30,9 +30,6 @@ jobs:
echo 'XXX_MULTI_LINE_MARKER_XXX'
} >> $GITHUB_OUTPUT
- name: Debug
run: echo "${{ steps.export_tasks.outputs.payload }}"

# Dispatch to huggingface/huggingface.js repo
- name: Dispatch to huggingface/huggingface.js
uses: peter-evans/repository-dispatch@v2
Expand Down

0 comments on commit 535c2e4

Please sign in to comment.