Skip to content

Federal DAC Score computation (#37) #2

Federal DAC Score computation (#37)

Federal DAC Score computation (#37) #2

Workflow file for this run

# This workflow will ensure a new image is created and cached on mybinder.org every
# time a PR is merged to ensure the newest image is cached and ready to go on Binder
name: Binder
on:
push:
branches: ["main"]
jobs:
create-mybinder-cache:
runs-on: ubuntu-latest
steps:
- name: cache build on mybinder.org
uses: jupyterhub/repo2docker-action@master
with:
NO_PUSH: true
# This builds the container on mybinder.org
# with the branch that was pushed on.
MYBINDERORG_TAG: ${{ github.event.ref }}