diff --git a/.github/workflows/refresh-notebooks.yaml b/.github/workflows/refresh-notebooks.yaml index c8497aae5..330ff73fd 100644 --- a/.github/workflows/refresh-notebooks.yaml +++ b/.github/workflows/refresh-notebooks.yaml @@ -1,6 +1,7 @@ name: Refresh Notebooks on: - workflow_dispatch: + push: + # workflow_dispatch: concurrency: group: ${{ github.ref }}