Skip to content

Commit

Permalink
CI: add job for manually running (and updating) notebooks 3
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Dec 29, 2023
1 parent 286766d commit bcd5091
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
path: ipynb/
- name: Get date
run: echo "timestamp=`date +%FT%T`" >> $GITHUB_ENV
# - name: Upload results to a special branch
# uses: JamesIves/[email protected]
# with:
# folder: scripts/out/
# branch: ${{ github.event.inputs.branch }}
# target-folder: benchmarks/${{ github.event.inputs.benchmark }}/${{ env.timestamp }}/
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
if: github.event_name == 'workflow_dispatch' && github.event.inputs.branch != ''
Expand Down

0 comments on commit bcd5091

Please sign in to comment.