File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 5353 name : stats
5454 path : _build/stats
5555 retention-days : 1
56+
57+ warn :
58+ runs-on : ubuntu-latest
59+ if : github.repository == 'fem-on-colab/fem-on-colab.github.io' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
60+ steps :
5661 - name : Warn if scheduled workflow is about to be disabled
57- if : github.repository == 'fem-on-colab/fem-on-colab.github.io' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
5862 uses : fem-on-colab/warn-workflow-about-to-be-disabled-action@main
5963 with :
6064 workflow-filename : stats.yml
Original file line number Diff line number Diff line change 7979 name : website
8080 path : _build/html
8181 retention-days : 1
82+
83+ warn :
84+ runs-on : ubuntu-latest
85+ if : github.repository == 'fem-on-colab/fem-on-colab.github.io' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
86+ steps :
8287 - name : Warn if scheduled workflow is about to be disabled
83- if : github.repository == 'fem-on-colab/fem-on-colab.github.io' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
8488 uses : fem-on-colab/warn-workflow-about-to-be-disabled-action@main
8589 with :
8690 workflow-filename : website.yml
You can’t perform that action at this time.
0 commit comments